This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.FollowSymbol Property (ArcObjects .NET 10.4 SDK) |
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