ImageGear .NET v24.12 - Updated
GetEntity Method (ImGearVectorEntityCont)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityCont Class : GetEntity Method
Index of entity to be returned.
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

Reference

ImGearVectorEntityCont Class
ImGearVectorEntityCont Members