ImageGear .NET v24.12 - Updated
GetEntityIndex Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityCont Class : GetEntityIndex Method
Entity being found in the container.
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

Reference

ImGearVectorEntityCont Class
ImGearVectorEntityCont Members
ImGearVectorEntity Class