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




In This Topic
    GetEntity Method (ImGearVectorEntityCont)
    In This Topic
    Returns an entity specified by index.
    Syntax
    'Declaration
     
    Public Function GetEntity( _
       ByVal index As Integer _
    ) As ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityCont
    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
    Index of entity to be returned.

    Return Value

    New instance of ImGearVectorEntity class object.
    See Also