Accusoft.ImagXpress13.Net
Locked Property




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

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback