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


ITxActiveTrack.FollowPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.FollowPoint Property
ArcGIS Developer Help

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