LayerGetAxisMajorTickLen¶
LayerGetAxisMajorTickLen returns the major tick length of the specified axis.
- rsTickLen = LayerGetAxisMajorTickLen(hLayer, ssXYZ)
Return Value
rsTickLen is the length of the major axis ticks in cm.
Parameters
- hLayer
Identifies the layer.
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
See also
id-24585