LayerGetAxisMajorTickWidth¶
LayerGetAxisMajorTickWidth returns the major tick width of the specified axis.
- rsTickWidth = LayerGetAxisMajorTickWidth(hLayer, ssXYZ)
Return Value
rsTickWidth is the major tick width in 0.1 mm steps.
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-16558