Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLayersCollection Class / AddNew Method

In This Topic
    AddNew Method (MapLayersCollection)
    In This Topic
    Adds a new item to the collection.
    Syntax
    'Declaration
     
    
    Public Function AddNew() As MapLayer
    public MapLayer AddNew()

    Return Value

    The newly added item.
    See Also