ImageGear .NET - Updated October 2, 2018
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)

Parameters

entity
Entity being found in the container.

Return Value

Any integer value.
See Also

Reference

ImGearVectorEntityCont Class
ImGearVectorEntityCont Members
ImGearVectorEntity Class