Given the map's catalog path, returns a boolean inidicating if it is the active map.
[Visual Basic .NET] Public Function IsActiveMap ( _ ByVal mapPath As String _ ) As Boolean
[C#] public bool IsActiveMap ( string mapPath );
[C++]
HRESULT IsActiveMap(
BSTR mapPath,
VARIANT_BOOL* activeMap
);
[C++]Parameters
mapPath [in] mapPath is a parameter of type BSTR activeMap [out, retval] activeMap is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.