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

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

    Parameters

    item
    The item to remove.
    See Also