ArcObjects Library Reference (Controls)  

IMapControl4.CheckMxFile Method

Checks the specified filename to see if it is a map document that can be loaded into the MapControl.

[Visual Basic .NET]
Public Function CheckMxFile ( _
    ByVal fileName As String _
) As Boolean
[C#]
public bool CheckMxFile (
    string fileName
);
[C++]
HRESULT CheckMxFile(
  BSTR fileName,
  VARIANT_BOOL* result
);
[C++]

Parameters

fileName [in]   fileName is a parameter of type BSTR result [out, retval]   result is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine.

Description

Determines whether the specified map document (*.mxd, *.mxt, *.pmf) is a valid map document and can be loaded into the MapControl. The method verifies the file exists and verifies the file internals conform to an expected storage format. The method does not read and validate the entire contents of the file; use the LoadMxFile to do this.

See Also

IMapControl4 Interface | IMapControl3.LoadMxFile Method | IMapControl2.LoadMxFile Method | IMapControl4.LoadMxFile Method | IMapControl3.ReadMxMaps Method | IMapControl2.ReadMxMaps Method | IMapControl4.ReadMxMaps Method