Loads this instance of the MapItemFile.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void Load()
Visual Basic (Declaration)
Public Sub Load

Remarks

This method is used to load a MapItemFile representing a map content file that contains MapItems. You may also load a MapItemFile using the static Load method and passing in the path to the desired map content file (.nmc).

See Also