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


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

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