Creates a MapContent object from the specified map file.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static MapContent FromFile ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromFile( _ |
A string containing the path to an Esri shapefile.
true to load the database associated with specified map, or false otherwise.
Name of the database column containing region labels.
A MapContent instance.
See Also