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


IRealTimeFeedManager.RealTimeFeedSimulator Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedManager.RealTimeFeedSimulator Property

The real-time feed simulator.

[Visual Basic .NET]
Public ReadOnly Property RealTimeFeedSimulator As IRealTimeFeedSimulator
[C#]
public IRealTimeFeedSimulator RealTimeFeedSimulator {get;}
[C++]
HRESULT get_RealTimeFeedSimulator(
  IRealTimeFeedSimulator** ppRealTimeFeedSimulator
);
[C++]

Parameters ppRealTimeFeedSimulator [out, retval]
ppRealTimeFeedSimulator is a parameter of type IRealTimeFeedSimulator

Product Availability

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

See Also

IRealTimeFeedManager Interface