This document is archived and information here might be outdated.  Recommended version.


IMapReader.Open Method (ArcObjects .NET 10.4 SDK)
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