Erased Property (IGeneralDimension) Send Feedback
See Also 
Gets or sets whether to erase or restore the Dimension.

Syntax

Visual Basic 
Property Erased As System.Boolean
C# 
System.bool Erased {get; set;}
JavaScript 
get_Erased () : Boolean
put_Erased (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_Erased(
   VARIANT_BOOL* Val
) 
HRESULT put_Erased( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_Erased (
   bool* Val
)
DSRESULT put_Erased(
   bool NewVal
)

Property Value

True to erase the Dimension, false to restore it (see Remarks)

Remarks

If this property is set to true... Then the Dimension...
and the drawing remains open is not displayed and can be restored by setting this property to false.
when the drawing is closed is deleted from the drawing and cannot be restored.

See Also

Availability

DraftSight V1R1.2