This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.Follow Property (ArcObjects .NET 10.4 SDK) |
Indicates whether or not the display should stay centered on the active track.
[Visual Basic .NET] Public Property Follow As Boolean
[C#] public bool Follow {get; set;}
[C++]
HRESULT get_Follow(
VARIANT_BOOL* Follow
);
[C++]
HRESULT put_Follow(
VARIANT_BOOL Follow
);
[C++]
Parameters Follow [out, retval] Follow is a parameter of type VARIANT_BOOL Follow [in] Follow is a parameter of type VARIANT_BOOL