Job PartHas No Location Property
Indicates whether the JobPart has a location or not. For example JobParts
that are BreakWindow have no location and also
JobParts with AfterEndNoLocation.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public bool HasNoLocation { get; }VB
Public ReadOnly Property HasNoLocation As Boolean
GetC++
public:
property bool HasNoLocation {
bool get ();
}F#
member HasNoLocation : bool with get