ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.Follow Property

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

Product Availability

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

See Also

ITxActiveTrack Interface