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

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

    Parameters

    item
    The item to add.
    See Also