LayerGetAxisPen

LayerGetAxisPen returns a copy of the axis pen.

hPen = LayerSetAxisPen(hLayer, ssXYZ)

Return Value

hPen identifies the pen.

Parameters

hLayer

Identifies the layer.

ssXYZ

ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.

Comment

To avoid a memory leek destroy the pen object with PenDestroy.

id-1852109