RouteItemJobPartIndex Property |
The position of the JobPart in the Job's
Parts array. The indexes start at zero.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic int JobPartIndex { get; }
Public ReadOnly Property JobPartIndex As Integer
Get
public:
property int JobPartIndex {
int get ();
}
member JobPartIndex : int with get
Property Value
Type:
Int32
See Also