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 | |
---|
Frozen : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Frozen(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Frozen { bool* Val
)
DSRESULTput_Frozen(
bool NewVal
} |
Property Value
True if the Layer is frozen, false if the Layer is thawed