JobPartSoftWindowIsUsed Property |
Indicates whether the soft window is used or not.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic bool SoftWindowIsUsed { get; set; }
Public Property SoftWindowIsUsed As Boolean
Get
Set
public:
property bool SoftWindowIsUsed {
bool get ();
void set (bool value);
}
member SoftWindowIsUsed : bool with get, set
Property Value
Type:
Boolean
See Also