ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / IMapLayerCollection Class / Add Method

In This Topic
    Add Method (IMapLayerCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As IMapLayer _
    ) 
    public void Add( 
       IMapLayer item
    )

    Parameters

    item
    See Also