dotnetCHARTING Send comments on this topic.
MapLayerCollection Class
See Also  Members  
dotnetCHARTING.Mapping Namespace : MapLayerCollection Class


Contains a collection of MapLayer objects.

Object Model

Syntax

Visual Basic (Declaration)  
Public Class MapLayerCollection 
   Inherits CollectionBase
Visual Basic (Usage) Copy Code
Dim instance As MapLayerCollection
C#  
public class MapLayerCollection : CollectionBase 

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      dotnetCHARTING.Mapping.MapLayerCollection

See Also