Sets values for the properties on the Movement, Scaling and Slider tabs of the Object Properties dialog.
Syntax
PropertiesTransformationGet(Action, Expression, RangeFlag, RangeMin, RangeMax, OffsetMin, OffsetMax, CustomFlag, CentreOffsetRight, CentreOffsetDown)
Action:
Selects the tab on the Object Properties dialog that data will be read from:
Expression:
The main expression in Field:
RangeFlag:
TRUE if Specify range is checked
RangeMin:
The minimum floating point value. 0 (zero) if RangeFlag is not set.
RangeMax:
This maximum floating point value. 0 (zero) if RangeFlag is set to TRUE.
OffsetMin:
The value of Angle at minimum for the actions MovementRotational and SliderRotational, or Offset at minimum for other actions.
OffsetMax:
The value of Angle at maximum for the actions MovementRotational and SliderRotational, or Offset at maximum for other actions.
CustomFlag:
TRUE if custom is selected for the center axis offset setting for the actions MovementRotational, SliderRotational, Scaling Horizontal or ScalingVertical.
CentreOffsetRight:
A value between 0 and 32767 representing the customized setting for center offset right. 0 (zero) if CustomFlag is not set.
CentreOffsetDown:
A value between 0 and 32767 representing the customized setting for center offset down. 0 (zero) if CustomFlag is not set.
Return Value
The requested values, as a string.
Note: For details on handling return and error values, see Error Handling.
Related Functions
Published June 2018