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


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

INAStopRenderer2 Interface

Provides access to symbols used to display stops.

Product Availability

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

Members

Name Description
Read/write property ErrorSymbol The symbol used for a stop that has an error.
Read-only property LegendClass The legend class associated with the stop symbol type.
Method MoveStopSymbol Move the stop symbol type to the new position in the group of all stop renderer symbol types.
Read/write property StopSymbol The symbol used for a located stop.
Read-only property StopSymbolPosition The stop symbol position of the symbol type in the group of all stop renderer symbol types.
Read/write property TextSymbol The text symbol used for a stop.
Read/write property TimeViolationSymbol The symbol used for a stop that has a time window violation.
Read/write property UnlocatedSymbol The symbol used for a stop that could not be found on the network.
Read/write property Visible Indicates if the stop symbol type is visible.

Inherited Interfaces

Interfaces Description
INAStopRenderer Provides access to symbols used to display stops.

Classes that implement INAStopRenderer2

Classes Description
NAStopRenderer Defines symbology for rendering stops.

Remarks

The INAStopRenderer interface is used to set up the symoblogy used by the NAStopRenderer.  It provides the ability to change the ErrorSymbol, StopSymbol, TextSymbol, TimeViolationSymbol, and UnlocatedSymbol.