ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer.TextSymbol Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAStopRenderer Interface