This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Constants > E > esriNAStopSymbolType Constants (ArcObjects .NET 10.5 SDK) |
Network Analyst stop renderer symbol types.
Constant | Value | Description |
---|---|---|
esriNAStopSymbolTypeOK | 0 | The stop does not have any errors. |
esriNAStopSymbolTypeNotLocated | 1 | The stop could not be located on the network. |
esriNAStopSymbolTypeError | 2 | The stop has an error. |
esriNAStopSymbolTypeTimeViolation | 3 | The stop violates the time window. |
Specifies the type of stop symbol. These enumeration values are used in conjunction with methods on the INAStopRenderer2 interface of the NAStopRenderer object.