Accusoft.ImagXpress13.Net
Plottable Property




Gets an indicator if the CAD layer is plottable.
Syntax
'Declaration
 
Public ReadOnly Property Plottable As Boolean
'Usage
 
Dim instance As CadLayer
Dim value As Boolean
 
value = instance.Plottable
public bool Plottable {get;}
public: __property bool get_Plottable();
public:
property bool Plottable {
   bool get();
}

Property Value

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