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


ITxActiveTrack.FollowSymbol Property (ArcObjects .NET 10.5 SDK)
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