ManualArrangeOptimizationType
Name
ManualArrangeOptimizationType
Type
Read / Write
When to use it
You may get the value of this property anytime.
You may set the value of this property just before the manual arrange operations begin.
Prototype
property ManualArrangeOptimizationType: long;
Explanations
Specifies the type of the layout which is currently under manual arrange operations. Possible values of this property are:
-1 - no type yet specified.
0 - Guillotine layout.
1 - Nested layout.
2 - Multi-stage Guillotine layout.
Note:
- DO NOT CHANGE THE VALUE OF THIS PARAMETER DURING MANUAL ARRANGE OPERATIONS.
- DO NOT PROVIDE AN INCORRECT VALUE TO THIS PARAMETER (e.g. DO NOT SET THIS PARAMETER TO 0 or 1 IF THE CURRENT LAYOUT IS OBTAINED BY MULTI-STAGE CUTTING).
- The value of this parameter is changed automatically by the methods StartGuillotine, StartNested and StartMultiStages.
See also