Extremum1D
Extremum1D - CreateExtremum1D_CreateFromValues
Creates a new Extremum1D object.
IN
| Name | Type | Description |
|---|---|---|
| InIndex | Int | Index. |
| InCoordinate | Float | X coordinate. |
| InValue | Float | Value. |
| InType | Enum < ExtremumType > | Type of extremum (maximum or minimum). |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutExtremum1D | Extremum1D | The Extremum1D instance. |
| Error | ErrorState | Gets the execution error message |