Represents the content of a map file.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public class MapContent : IPersists |
Visual Basic Copy Code |
---|
Public Class MapContent |
At this time the control can load maps from files in Esri Shapefile format. To load a map, call the static FromFile method. Optional parameters let you load the DBF database associated with the map file. Once loaded, the MapContent object can be assigned to the Content property of a MapNode.
System.Object
MindFusion.Diagramming.MapContent
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |