ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityCont Class / RemoveEntity Method
Index of the entity being removed.




In This Topic
    RemoveEntity Method
    In This Topic
    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