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 | |
|---|
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 this Layer is frozen, false if thawed