Search
MapContent.FromXml Method
See Also
 





Creates a MapContent object from the specified OSM file.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static MapContent FromXml (
    string fileName
)

Visual Basic  Copy Code

Public Shared Function FromXml( _
    fileName As String _
) As MapContent

 Parameters

fileName

A string containing the file path.

 Return Value

A MapContent instance.

 See Also