This document is archived and information here might be outdated. Recommended version. |
The text symbol used for a stop.
[Visual Basic .NET] Public Property TextSymbol As ITextSymbol
[C#] public ITextSymbol TextSymbol {get; set;}
[C++]
HRESULT get_TextSymbol(
ITextSymbol** symbol
);
[C++]
HRESULT put_TextSymbol(
ITextSymbol* symbol
);
[C++] Parameters symbol [out, retval]
symbol is a parameter of type ITextSymbol** symbol [in]
symbol is a parameter of type ITextSymbol*
The TextSymbol property specifies the text symbol that is drawn on top of the ErrorSymbol, StopSymbol, TimeWindowViolationSymbol, and UnlocatedSymbol. The text used for each stop is the value in the Sequence field.