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

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

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

    See Also