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

In This Topic
    Remove Method (IMapLayerCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As IMapLayer _
    ) As Boolean
    public bool Remove( 
       IMapLayer item
    )

    Parameters

    item
    See Also