ImageGear .NET v24.12 - Updated
RemoveEntity Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityCont Class : RemoveEntity Method
Index of the entity being removed.
Removes an entity specified by index from the container.
Syntax
'Declaration
 
Public Sub RemoveEntity( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearVectorEntityCont
Dim index As Integer
 
instance.RemoveEntity(index)
public void RemoveEntity( 
   int index
)
public: void RemoveEntity( 
   int index
) 
public:
void RemoveEntity( 
   int index
) 

Parameters

index
Index of the entity being removed.
See Also

Reference

ImGearVectorEntityCont Class
ImGearVectorEntityCont Members