ImageGear .NET v24.12 - Updated
Id Property (ImGearVectorEntity)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Id Property
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