Accusoft.NotateXpress13.Net
Name Property (Layer)




Gets and sets the name text for the current layer.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As Layer
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the description of a layer.
Remarks

The default value is an empty string "".

The description is a convenient way to store a name of the layer.

See Also

Reference

Layer Class
Layer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback