ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityCont Class / GetEntityIndex Method
Entity being found in the container.




In This Topic
    GetEntityIndex Method
    In This Topic
    Looks for the index by the entity object.
    Syntax
    'Declaration
     
    Public Function GetEntityIndex( _
       ByVal entity As ImGearVectorEntity _
    ) As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityCont
    Dim entity As ImGearVectorEntity
    Dim value As Integer
     
    value = instance.GetEntityIndex(entity)
    public int GetEntityIndex( 
       ImGearVectorEntity entity
    )
    public: int GetEntityIndex( 
       ImGearVectorEntity* entity
    ) 
    public:
    int GetEntityIndex( 
       ImGearVectorEntity^ entity
    ) 

    Parameters

    entity
    Entity being found in the container.

    Return Value

    Any integer value.
    See Also