This document is archived and information here might be outdated. Recommended version. |
The basic map.
[Visual Basic .NET] Public Property BasicMap As IBasicMap
[C#] public IBasicMap BasicMap {get; set;}
[C++]
HRESULT get_BasicMap(
IBasicMap** ppMap
);
[C++]
HRESULT putref_BasicMap(
IBasicMap* ppMap
);
[C++] Parameters ppMap [out, retval]
ppMap is a parameter of type IBasicMap** ppMap [in]
ppMap is a parameter of type IBasicMap*