ArcObjects Library Reference (Carto)  

IMapReader.Open Method

Opens an mxd or pmf file stored at the specified path.

[Visual Basic .NET]
Public Sub Open ( _
    ByVal FilePath As String _
)
[C#]
public void Open (
    string FilePath
);
[C++]
HRESULT Open(
  BSTR FilePath
);
[C++]

Parameters

FilePath [in]   FilePath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapReader Interface