Loads the map data from the specified ESRI map file.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public void LoadFromFile ( |
Visual Basic Copy Code |
---|
Public Sub LoadFromFile( _ |
The file name of the map file.
true to load the database associated with the specified map file, otherwise false.
An integer specifying the index of the database column whose fields should be used as map element labels.
If the database is loaded, it is represented by an instance of the Database class exposed via the Database property. Additionally, each Shape in the map has its DatabaseRow property set to an object representing the corresponding data record.