Accusoft.ImagXpress13.Net
InUse Property




Gets an indicator if the CAD file layer is in use at the time it was saved.
Syntax
public bool InUse {get;}
public: __property bool get_InUse();
public:
property bool InUse {
   bool get();
}
'Declaration
 
Public ReadOnly Property InUse As Boolean
 
'Usage
 
Dim instance As CadLayer
Dim value As Boolean
 
value = instance.InUse

Property Value

A boolean value which is true when the CAD layer is in use. 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