This document is archived and information here might be outdated. Recommended version. |
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*