ProfileEdge
ProfileEdge - CreateProfileEdge_CreateFromValues
Creates a new ProfileEdge object.
IN
| Name | Type | Description |
|---|---|---|
| InPosition | Float | X coordinate. |
| InMagnitude | Float | Magnitude. |
| InTransition | Enum < EdgeTransition > | Type of pixel transition considered as an edge. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfileEdge | ProfileEdge | The ProfileEdge instance. |
| Error | ErrorState | Gets the execution error message |