Click or drag to resize

IMovableItem Methods

The IMovableItem type exposes the following members.

Methods
  NameDescription
Public methodGetCurrentPosition
Gets the current position of the movable item. (The unit is always SI and depends on the type of axis: [m] for linear axes and [rad] for rotation axes)
Public methodMoveToAbsolutePosition
Move the movable item to an absolute position. The command is blocking (it will return after the movable item has finished moving).
Public methodMoveToRelativePosition
Move the movable item to a relative position. The command is blocking (it will return after the movable item has finished moving).
Top
See Also