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


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

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