Loads the specified map content file.
            
    Namespace: 
   ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
 Syntax
Syntax
| C# | 
|---|
| public static MapItemFile Load( string path ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Function Load ( _ path As String _ ) As MapItemFile | 
Parameters
- path
- Type: System..::.String
 The path to the map content file (.nmc).
Return Value
Returns a MapItemFile Remarks
Remarks
Use this overload to quickly load a map content file (.nmc) by directly passing in the path to the file.





