ImageGear for .NET
Name Property (ImGearVectorLayer)




Gets or sets the name of the layer.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As ImGearVectorLayer
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

Any string value that is unique for the given vector data object.
Remarks
The default value is an empty string.
See Also

Reference

ImGearVectorLayer Class
ImGearVectorLayer Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback