MindFusion.Mapping Programmer's Guide

Map.LoadFromFile Method (String)

See Also
 






Loads the map data from the specified ESRI map file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public void LoadFromFile (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromFile( _
    fileName As String _
)

 Parameters

fileName

The file name of the map file.

 See Also