ImageGear PDF v25.2 - Updated
GetEntityIndex Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.