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