ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.FollowThreshold Property

The percent of visible area to keep the followed feature within.

[Visual Basic .NET]
Public Property FollowThreshold As Double
[C#]
public double FollowThreshold {get; set;}
[C++]
HRESULT get_FollowThreshold(
  double* screenPercent
);
[C++]
HRESULT put_FollowThreshold(
  double screenPercent
);
[C++]

Parameters

screenPercent [out, retval]   screenPercent is a parameter of type double screenPercent [in]   screenPercent is a parameter of type double

Product Availability

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

See Also

ITxActiveTrack Interface