dotnetCHARTING Send comments on this topic.
MapLayer Class Members
See Also  Properties  Methods 
dotnetCHARTING.Mapping Namespace : MapLayer Class


The following tables list the members exposed by MapLayer.

Public Constructors

  Name Description
Public Constructor MapLayer Constructor Initializes a new instance of the MapLayer object.  
Top

Public Properties

  Name Description
Public Property AttributeNames Gets a string array of attribute names associated with the loaded shape file.  
Public Property DefaultShape Gets or sets a Shape object that specifies the default properties of all subsequent shapes in this MapLayer.  
Public Property Groups Gets a GroupCollection object which holds Group objects used to modify similar shapes automatically.  
Public Property Palette Gets or sets an array of colors that defines the colors that will be used by the shapes of this MapLayer.

 
Public Property PaletteName Gets or sets a Palette enumeration that indicates which static palette will be used by the shapes of this MapLayer.

 
Public Property Shapes Gets a collection of Shape objects generated by the source shape file (.shp).  
Public Property SourceFileName Gets or sets the name of the file used to populate this MapLayer.  
Top

Public Methods

  Name Description
Public Method AddLatLongPoint  
Public Method AddPoint  
Public Method ImportData Imports and merges a DataTable with this MapLayer.  
Top

See Also