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


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

IRealTimeFeedManager.GpsFeed Property

The GPS feed object.

[Visual Basic .NET]
Public ReadOnly Property GpsFeed As IGpsFeed
[C#]
public IGpsFeed GpsFeed {get;}
[C++]
HRESULT get_GpsFeed(
  IGpsFeed** ppGpsFeed
);
[C++]

Parameters ppGpsFeed [out, retval]
ppGpsFeed is a parameter of type IGpsFeed

Product Availability

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

See Also

IRealTimeFeedManager Interface