LayerGetAxisLinkName

LayerGetAxisLinkName returns the axis link name or an empty string if the axis is not linked.

ssLinkName = LayerGetAxisLinkName(hLayer, ssAxis)

Return Value

ssLinkName is the axis link name. If the axis is not linked the function returns an empty string.

Parameters

hLayer

Identifies the layer.

ssAxis

ssAxis is a scalar string with the value “X” or “Y”. “Z” is not supported.

Comment

See LayerSetAxisLinkName.

History

Version Description
R2012 (5.40.0) New.

id-762719