ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / GetEntity Method
Position of the entity to be returned.




In This Topic
    GetEntity Method (ImGearVectorData)
    In This Topic
    Returns an entity from the specified position in the internal container.
    Syntax
    'Declaration
     
    Public Function GetEntity( _
       ByVal index As Integer _
    ) As ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorData
    Dim index As Integer
    Dim value As ImGearVectorEntity
     
    value = instance.GetEntity(index)
    public ImGearVectorEntity GetEntity( 
       int index
    )
    public: ImGearVectorEntity* GetEntity( 
       int index
    ) 
    public:
    ImGearVectorEntity^ GetEntity( 
       int index
    ) 

    Parameters

    index
    Position of the entity to be returned.

    Return Value

    New instance of ImGearVectorEntity class.
    See Also