.. highlightlang:: us .. index:: LayerGetAxisLinkName .. _layergetaxislinkname: LayerGetAxisLinkName ==================== .. us.tag LayerGetAxisLinkName ENGLISH LayerSet New5400 :ref:`LayerGetAxisLinkName` returns the axis link name or an empty string if the axis is not linked. .. function:: ssLinkName = LayerGetAxisLinkName(hLayer, ssAxis) .. us.return **Return Value** *ssLinkName* is the axis link name. If the axis is not linked the function returns an empty string. .. us.params **Parameters** .. uparam:: hLayer Identifies the layer. .. uparam:: ssAxis *ssAxis* is a scalar string with the value "X" or "Y". "Z" is not supported. .. us.comment **Comment** See :ref:`LayerSetAxisLinkName`. **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2012 (5.40.0) - New. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerGetLink`, :ref:`LayerGetAxisLink`, :ref:`LayerSetAxisLinkName`, :ref:`LayerUpdateDocumentMap`, :ref:`PageUpdateAxisLink` :sub:`id-762719`