This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.Map Property (ArcObjects .NET 10.4 SDK) |
The parent map.
[Visual Basic .NET] Public Property Map As IMap
[C#] public IMap Map {get; set;}
[C++]
HRESULT get_Map(
IMap** Map
);
[C++]
HRESULT putref_Map(
IMap* Map
);
[C++]
Parameters Map [out, retval]
Map is a parameter of type IMap Map [in]
Map is a parameter of type IMap