SolutionMetricsErrorCountTotal Property |
The total number of constraint violations in the solution.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic int ErrorCountTotal { get; }
Public ReadOnly Property ErrorCountTotal As Integer
Get
public:
property int ErrorCountTotal {
int get ();
}
member ErrorCountTotal : int with get
Property Value
Type:
Int32
See Also