ArcObjects Library Reference (NetworkAnalyst)  

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