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


INAStopRenderer.StopSymbol 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.StopSymbol Property
ArcGIS Developer Help

INAStopRenderer.StopSymbol Property

The symbol used for a located stop.

[Visual Basic .NET]
Public Property StopSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol StopSymbol {get; set;}
[C++]
HRESULT get_StopSymbol(
  IMarkerSymbol** symbol
);
[C++]
HRESULT put_StopSymbol(
  IMarkerSymbol* symbol
);
[C++]
Parameters
symbol [out, retval]

symbol is a parameter of type IMarkerSymbol** symbol [in]
symbol is a parameter of type IMarkerSymbol*

Product Availability

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

Remarks

The StopSymbol specifies the marker symbol to use for drawing ordinary stops with no error status.

See Also

INAStopRenderer Interface