Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / RemoveAt Method
The zero-based index of the element to remove.

In This Topic
    RemoveAt Method (SvgElementCollection)
    In This Topic
    Removes the element at the specified index of the SvgElementCollection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    See Also