Contact Us 1-800-596-4880

Coordinates

The Coordinates Action Step can be used to either specify a Variable of type Coordinates in the Workflow or to modify existing coordinates.

The X and Y coordinates used in the Action Step can either be defined individually as constant values or linked as a coordinate pair to another variable of type Coordinates. The Coordinates Action Step can also be used to define offsets to both the X and Y coordinates. The X and Y offsets are added to the X and Y coordinates respectively. The final result of applying offsets to the coordinates is provided as an output variable from the Coordinates Action Step.

Properties

Common

  • Coordinate as point (default: 0.0) X and Y coordinates

  • X Offset (default: 0) This value specifies the X value (horizontal) to be added to the X coordinate.

  • Y Offset* (default: This value specifies the X value (horizontal) to be added to the X coordinate.

Inbound Variables

Coordinate (default: 0.0) X and Y coordinates

X Offset (default: 0) This value specifies the X value (horizontal) to be added to the X coordinate.

Y Offset* (default: This value specifies the X value (horizontal) to be added to the X coordinate.

Outbound Variables

Modified Coordinate Coordinate pair calculated at Workflow runtime from (X-coordinate + X-offset) and (Y-coordinate + Y-offset).