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

In This Topic
    Add Method (MapLayersCollection)
    In This Topic
    Adds an existing item to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As MapLayer _
    ) 
    public void Add( 
       MapLayer item
    )

    Parameters

    item
    The item to add.
    See Also