LayerSetAxisRelPosition¶
The LayerSetAxisRelPosition function specifies the offset by which the axis will be moved relatively to its standard position.
- bool = LayerSetAxisRelPosition(hLayer, ssXYZ, rsRel)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hLayer
Identifies the layer.
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
- rsRel
rsRel is the offset in centimeters.
See also
id-923484