Map for WinForms | ComponentOne
C1.Win.Map Namespace / VectorItemsCollection Class / Remove Method
The item to remove.

In This Topic
    Remove Method (VectorItemsCollection)
    In This Topic
    Removes an existing item from the collection.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As VectorItem _
    ) As Boolean
    public bool Remove( 
       VectorItem item
    )

    Parameters

    item
    The item to remove.
    See Also