ComponentOne Maps for UWP
IMapLayerCollection Class
Members 

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace : IMapLayerCollection Class
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

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Xaml.Maps.IMapLayerCollection

See Also

Reference

IMapLayerCollection Members
C1.Xaml.Maps Namespace