Accusoft.NotateXpress13.Net
Active Property




Gets and sets the user interactive state of the current layer.
Syntax
'Declaration
 
Public Property Active As Boolean
'Usage
 
Dim instance As Layer
Dim value As Boolean
 
instance.Active = value
 
value = instance.Active
public bool Active {get; set;}
public: __property bool get_Active();
public: __property void set_Active( 
   bool value
);
public:
property bool Active {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the current layer is active. Otherwise, false is returned.
Remarks

The default value is true.

When a layer is the current layer and its Active property is set to true, the annotation tools are enabled. Setting a layer's Active property to false disables all annotation tools. If you want to display an annotation file and not allow editing, set the Active property to false for all layers. You can allow editing on selective layers by setting a layer's Active property to true.

See Also

Reference

Layer Class
Layer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback