ProblemJobPartsCount Property |
The total number of JobParts (not the number of Jobs).
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic int JobPartsCount { get; }
Public ReadOnly Property JobPartsCount As Integer
Get
public:
property int JobPartsCount {
int get ();
}
member JobPartsCount : int with get
Property Value
Type:
Int32
See Also