Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / EnsureCapacity Method
The minimum capacity to ensure.

In This Topic
    EnsureCapacity Method
    In This Topic
    Ensures that the capacity of this collection is at least the specified capacity.
    Syntax
    'Declaration
     
    Public Function EnsureCapacity( _
       ByVal capacity As System.Integer _
    ) As System.Integer
    public System.int EnsureCapacity( 
       System.int capacity
    )

    Parameters

    capacity
    The minimum capacity to ensure.

    Return Value

    The new capacity of the SvgElementCollection.
    See Also