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


IMSDHelper.IsActiveMap Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMSDHelper.IsActiveMap Method

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
);
[C++]

Parameters mapPath [in]
mapPath is a parameter of type BSTR

Product Availability

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

See Also

IMSDHelper Interface