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

 NameDescription
Public ConstructorMapLayer ConstructorInitializes a new instance of the MapLayer object.  
Top

Public Properties

 NameDescription
Public PropertyAttributeNames Gets a string array of attribute names associated with the loaded shape file.  
Public PropertyDefaultShape Gets or sets a Shape object that specifies the default properties of all subsequent shapes in this MapLayer.  
Public PropertyGroups Gets a GroupCollection object which holds Group objects used to modify similar shapes automatically.  
Public PropertyShapes Gets a collection of Shape objects generated by the source shape file (.shp).  
Public PropertySourceFileName Gets or sets the name of the file used to populate this MapLayer.  
Top

Public Methods

 NameDescription
Public MethodImportDataImports and merges a DataTable with this MapLayer.  
Top

See Also