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


INAStopRenderer.TextSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStopRenderer Interface > INAStopRenderer.TextSymbol Property
ArcGIS Developer Help

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