Creates and loads a map from the specified file.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public static Map FromFile ( |
Visual Basic Copy Code |
---|
Public Shared Function FromFile( _ |
Specifies the file name of an ESRI map file.
true to load the database associated with the specified map file, otherwise false.
A string specifying the name of the database column whose fields should be used as map element labels.
The Map loaded from the specified file.
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.