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


ITxActiveTrack.FollowPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.FollowPoint Property

The most recent follow location.

[Visual Basic .NET]
Public ReadOnly Property FollowPoint As IPoint
[C#]
public IPoint FollowPoint {get;}
[C++]
HRESULT get_FollowPoint(
  IPoint** FollowPoint
);
[C++]

Parameters FollowPoint [out, retval]
FollowPoint is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxActiveTrack Interface