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


ITxActiveTrack.FollowThreshold Property (ArcObjects .NET 10.4 SDK)
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