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

In This Topic
    IMapLayerCollection Class
    In This Topic
    Provides access to an ordered, strongly typed collection of IMapLayer objects.
    Object Model
    IMapLayerCollection Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class IMapLayerCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of IMapLayer)
    public sealed class IMapLayerCollection : System.Collections.ObjectModel.ObservableCollection<IMapLayer> 
    Inheritance Hierarchy
    See Also