Gets or sets whether the 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 the Layer is frozen, false if the Layer is thawed
Remarks
See Also
Availability
DraftSight V1R1.1