JobPartHasNoLocation Property |
Indicates whether the JobPart has a location or not. For example JobParts
that are
BreakWindow have no location and also
JobParts with
AfterEndNoLocation.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic bool HasNoLocation { get; }
Public ReadOnly Property HasNoLocation As Boolean
Get
public:
property bool HasNoLocation {
bool get ();
}
member HasNoLocation : bool with get
Property Value
Type:
Boolean
See Also