ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.FollowSymbol Property

The symbol used to mark the position of the most current feature in the active track.

[Visual Basic .NET]
Public Property FollowSymbol As ISymbol
[C#]
public ISymbol FollowSymbol {get; set;}
[C++]
HRESULT get_FollowSymbol(
  ISymbol** FollowSymbol
);
[C++]
HRESULT put_FollowSymbol(
  ISymbol* FollowSymbol
);
[C++]

Parameters

FollowSymbol [out, retval]

  FollowSymbol is a parameter of type ISymbol

FollowSymbol [in]

  FollowSymbol is a parameter of type ISymbol

Product Availability

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

See Also

ITxActiveTrack Interface