Accusoft.ImagXpress13.Net
Frozen Property




Gets and indicator if the CAD File Layer is frozen by the author.
Syntax
'Declaration
 
Public ReadOnly Property Frozen As Boolean
'Usage
 
Dim instance As CadLayer
Dim value As Boolean
 
value = instance.Frozen
public bool Frozen {get;}
public: __property bool get_Frozen();
public:
property bool Frozen {
   bool get();
}

Property Value

A boolean value which is true if the CAD layer is frozen. Otherwise, false is returned.
Remarks

The default value is false.

Note: Available in Professional edition.

See Also

Reference

CadLayer Class
CadLayer Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback