Represents the content of a map file.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class MapContent : IPersists |
Visual Basic
Copy Code
|
|---|
Public Class MapContent |
RemarksAt 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.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.MapContent
See Also