Search
MapContent Class
Remarks See Also
 





Represents the content of a map file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class MapContent : IPersists

Visual Basic  Copy Code

Public Class MapContent
    Implements IPersists

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.MapContent

 See Also