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

In This Topic
    InternalAdd Method (MapLayersCollection)
    In This Topic
    Internal used only. Adds an existing item to the collection.
    Syntax
    'Declaration
     
    
    Protected Sub InternalAdd( _
       ByVal item As MapLayer _
    ) 
    protected void InternalAdd( 
       MapLayer item
    )

    Parameters

    item
    The item to add.
    See Also