Accusoft.ImagXpress13.Net
Frozen Property




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

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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback