Visual Basic | |
---|---|
Property Erased As System.Boolean |
C# | |
---|---|
System.bool Erased {get; set;} |
JavaScript | |
---|---|
get_Erased () : Boolean put_Erased ( NewVal : Boolean ) |
Property Value
True to erase the shape, false to restore it (see Remarks)If this property is set to true... | Then the shape... |
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. |
DraftSight V1R4.0