Section Curves
Parameter curves utility functions.
Summary
| Return type | Function and summary |
|---|---|
| int | DeleteDisabledCurves(Staff staff) Remove the parameter curves that have been disabled. |
| int | DeleteEmptyCurves(Staff staff) Remove the empty parameter curves when they have no values. |
Functions
DeleteDisabledCurves(Staff staff)
Remove the parameter curves that have been disabled.
| Parameter | Type | Default | Description |
|---|---|---|---|
| staff | Staff | staff |
- Return
- int: Number of deleted curves
DeleteEmptyCurves(Staff staff)
Remove the empty parameter curves when they have no values.
| Parameter | Type | Default | Description |
|---|---|---|---|
| staff | Staff | staff |
- Return
- int: Number of deleted curves