ManualArrangeIsValidRemoveCut
Name
ManualArrangeIsValidRemoveCut
When to use it
When the optimization process is NOT running.
NOT during the OnFinish or OnAfterManualArrange event.
After all other information has been set.
Prototype
HRESULT ManualArrangeIsValidRemoveCut(
IndexCut: long/*[in]*/,
AllowRemove: long/*[out]*/
);
Explanations
Checks if a cut can be removed.
Parameters
IndexCut - the index of the cut to be removed.
AllowRemove - returns 1 if the cut can be removed and 0 otherwise.
See also