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


ITxActiveTrack.FollowThreshold 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.FollowThreshold Property
ArcGIS Developer Help

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(
  System.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