ImageGear for .NET
Id Property (ImGearVectorEntity)




Gets or sets an identifier of the entity.
Syntax
'Declaration
 
Public Property Id As String
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As String
 
instance.Id = value
 
value = instance.Id
public string Id {get; set;}
public: __property string* get_Id();
public: __property void set_Id( 
   string* value
);
public:
property String^ Id {
   String^ get();
   void set (    String^ value);
}

Property Value

Any string Identifier.
Remarks
This identifier is always unique inside the same vector data object.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback