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


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

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(
  Boolean* Follow
);
[C++]
HRESULT put_Follow(
  VARIANT_BOOL Follow
);
[C++]
Parameters
Follow [out, retval]

Follow is a parameter of type bool* Follow [in]
Follow is a parameter of type bool

Product Availability

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

See Also

ITxActiveTrack Interface