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


IACConnector.Map Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACConnector Interface > IACConnector.Map Property
ArcGIS Developer Help

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