![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.FollowThreshold Property (ArcObjects .NET 10.5 SDK) |
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