Gets or sets whether this Layer is frozen or thawed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Frozen As System.Boolean |
C# | |
---|
System.bool Frozen {get; set;} |
JavaScript | |
---|
get_Frozen () : Boolean
put_Frozen (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Frozen(
VARIANT_BOOL* Val
)
HRESULT put_Frozen(
VARIANT_BOOL NewVal |
Property Value
True if this Layer is frozen, false if thawed
Example
Remarks
See Also
Availability
DraftSight 2018 SP0