This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStopRenderer Interface > INAStopRenderer.ErrorSymbol Property (ArcObjects .NET 10.4 SDK) |
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
The ErrorSymbol specifies the marker symbol to use for drawing stops with one or more errors determined during solve.