RouteMetricsViolations Property |
The violations of any constraints in the route.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Violation[] Violations { get; }
Public ReadOnly Property Violations As Violation()
Get
public:
property array<Violation^>^ Violations {
array<Violation^>^ get ();
}
member Violations : Violation[] with get
Property Value
Type:
Violation
See Also