MindFusion.Mapping Programmer's Guide

Map.FromFile Method (String)

See Also
 






Creates and loads a map from the specified file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public static Map FromFile (
    string fileName
)

Visual Basic  Copy Code

Public Shared Function FromFile( _
    fileName As String _
) As Map

 Parameters

fileName

Specifies the file name of an ESRI map file.

 Return Value

The Map loaded from the specified file.

 See Also