Gets or sets whether to erase or restore a dictionary.
.NET Syntax
Visual Basic (Declaration) | |
---|
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 |
Property Value
True to erase the dictionary and its entity association from the dictionary in which they exist, false to restore the dictionary to the dictionary in which it previously existed (see
Remarks)
Remarks
See Also
Availability
DraftSight V1R4.0