LayerGetAxisLabelFont¶
LayerGetAxisLabelFont returns the handle of the axis label font.
- hFont = LayerGetAxisLabelFont(hLayer, ssXYZ)
Return Value
hFont is the handle of a font object.
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-840897