This document is archived and information here might be outdated. Recommended version. |
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**