LayerGetAxisTextPosSize

LayerGetAxisTextPosSize returns the position and size of the bounding rectangle of an axis text.

rvPosSize = LayerGetAxisTextPosSize(hLayer, ssXYZ)

Return Value

rvPosSize is [x, y, dx, dy] in centimeters.

Parameters

hLayer

Identifies the layer.

ssXYZ

ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.

id-933511