Accusoft.ImagXpress13.Net
Locked Property




Gets an indicator if the author has left the CAD layer locked.
Syntax
public bool Locked {get;}
public: __property bool get_Locked();
public:
property bool Locked {
   bool get();
}
'Declaration
 
Public ReadOnly Property Locked As Boolean
 
'Usage
 
Dim instance As CadLayer
Dim value As Boolean
 
value = instance.Locked

Property Value

A boolean value which is true if the CAD layer is locked. 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