ASP.NET Pack Programmer's Guide
MapView.LoadFromFile Method (String, Boolean)
See Also
 





Loads the map data from the specified ESRI map file.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public void LoadFromFile (
    string fileName,
    bool loadDatabase
)

Visual Basic  Copy Code

Public Sub LoadFromFile( _
    fileName As String, _
    loadDatabase As Boolean _
)

 Parameters

fileName

The file name of the map file.

loadDatabase

true to load the database associated with the specified map file, otherwise false.

 See Also

LoadFromFile Method Overload List
MapView Members
MapView Class
MindFusion.Mapping.WebForms Namespace