Accusoft.ImagXpress13.Net
LayerOn Property




Gets and sets an indicator if the CAD layer is on thus rendered (viewable).
Syntax
'Declaration
 
Public Property LayerOn As Boolean
'Usage
 
Dim instance As CadLayer
Dim value As Boolean
 
instance.LayerOn = value
 
value = instance.LayerOn
public bool LayerOn {get; set;}
public: __property bool get_LayerOn();
public: __property void set_LayerOn( 
   bool value
);
public:
property bool LayerOn {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the CAD layer is on. Otherwise, false is used.
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