The map corresponding to the specified map name. Pass in a blank string for mapName to get the default map (active data frame).
[Visual Basic 6.0] Property Map(
ByVal MapName As String _
) As IMap
[Visual Basic .NET] Public Function get_Map ( _ ByVal MapName As String _ ) As IMap
[C#] public IMap get_Map ( string MapName );
[Java] public IMap getMap ( String MapName )
[C++] HRESULT get_Map( BSTR MapName, IMap** mapObject );
Parameters
MapName [in]
MapName is a parameter of type BSTR
mapObject [out, retval]
mapObject is a parameter of type IMap