ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer.ErrorSymbol Property

The symbol used for a stop that has an error.

[Visual Basic .NET]
Public Property ErrorSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol ErrorSymbol {get; set;}
[C++]
HRESULT get_ErrorSymbol(
  IMarkerSymbol** symbol
);
[C++]
HRESULT put_ErrorSymbol(
  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 ErrorSymbol specifies the marker symbol to use for drawing stops with one or more errors determined during solve.

See Also

INAStopRenderer Interface