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


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

IRealTimeFeedManager.Map Property

The map on which to display the current position.

[Visual Basic .NET]
Public Property Map As IMap
[C#]
public IMap Map {get; set;}
[C++]
HRESULT get_Map(
  IMap** ppMap
);
[C++]
HRESULT putref_Map(
  IMap* ppMap
);
[C++]
Parameters
ppMap [out, retval]

ppMap is a parameter of type IMap** ppMap [in]
ppMap is a parameter of type IMap*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeedManager Interface