ImageGear PDF v25.2 - Updated
GetEntity Method (ImGearVectorData)




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetEntity Method
Position of the entity to be returned.
Returns an entity from the specified position in the internal container.
Syntax
'Declaration
 
Public Function GetEntity( _
   ByVal index As Integer _
) As ImGearVectorEntity
'Usage
 
Dim instance As ImGearVectorData
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
Position of the entity to be returned.

Return Value

New instance of ImGearVectorEntity class.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members

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