ArcObjects Library Reference (Carto)  

IACConnector.Map Property

The map of the given map.

[Visual Basic .NET]
Public Function get_Map ( _
    ByVal AxlRequest As IIMSAxlRequest _
) As IACMap
[C#]
public IACMap get_Map (
    IIMSAxlRequest AxlRequest
);
[C++]
HRESULT get_Map(
  IIMSAxlRequest* AxlRequest,
  IACMap** Map
);
[C++]

Parameters

AxlRequest [in]

  AxlRequest is a parameter of type IIMSAxlRequest

Map [out, retval]

  Map is a parameter of type IACMap

Product Availability

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

See Also

IACConnector Interface