ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntity Class / Id Property




In This Topic
    Id Property (ImGearVectorEntity)
    In This Topic
    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