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


INAStopRenderer.TimeViolationSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer.TimeViolationSymbol Property

The symbol used for a stop that has a time window violation.

[Visual Basic .NET]
Public Property TimeViolationSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol TimeViolationSymbol {get; set;}
[C++]
HRESULT get_TimeViolationSymbol(
  IMarkerSymbol** symbol
);
[C++]
HRESULT put_TimeViolationSymbol(
  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 TimeViolationSymbol specifies the marker symbol to use for drawing stops with time window violations.

See Also

INAStopRenderer Interface