LayerGetAxisLabel¶
LayerGetAxisLabel returns the axis labels as a string vector.
- svLabel = LayerGetAxisLabel(hLayer, ssXYZ)
Return Value
svLabel is a string vector with the axis label.
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-385616