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

In This Topic
    MapLayersCollection Class
    In This Topic
    Represents the collection of vector layers.
    Object Model
    MapLayersCollection Class
    Syntax
    'Declaration
     
    
    Public Class MapLayersCollection 
       Inherits C1.Win.Map.MapCollectionBase(Of MapLayer)
       Implements IEditingNotify 
    public class MapLayersCollection : C1.Win.Map.MapCollectionBase<MapLayer>, IEditingNotify  
    Inheritance Hierarchy

    System.Object
       C1.Win.Map.MapCollectionBase<T>
          C1.Win.Map.MapLayersCollection

    See Also