This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACConnector Interface > IACConnector.Map Property (ArcObjects .NET 10.5 SDK) |
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