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 Hatch, false to restore it (see Remarks)Get Hatch and Hatch Boundary Loop Data (C#)
Get Hatch and Hatch Boundary Loop Data (VB.NET)
Get Hatch and Hatch Boundary Loop Data (VBA)
Get Hatch and Hatch Boundary Loop Data (VB.NET)
Get Hatch and Hatch Boundary Loop Data (VBA)
If this property is set to true... | Then the Hatch... |
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 V1R1.3