Cursor.UnitZ Property (FPScript)

23.08.2021

Read access to the unit of the Z component of the curve under a bound cursor.

Syntax

Object.Cursor(Cursor[, Diagram]).UnitZ

The syntax of the Cursor.UnitZ property consists of the following elements:

Element

Description

Object

The diagram, document or worksheet whose cursor is accessed.

Cursor

Determines the cursor that is being accessed.

The Cursor argument can have the following values:

Constant

Meaning

fpCursorLeading or 1

Specifies the leading cursor.

fpCursorOrigin or 2

Specifies the origin cursor.

fpCursorActive or 0

Specifies the cursor that is currently active.

fpCursorMinX

Specifies the cursor with the smaller X index.

fpCursorMaxX

Specifies the cursor with the larger X index.

fpCursorMinZ

Specifies the cursor with the smaller Z index.

fpCursorMaxZ

Specifies the cursor with the larger Z index.

Diagram

The number of the diagram in a document or worksheet whose cursor is being accessed. If you omit the argument or pass 0, then the currently active diagram in the document or worksheet is accessed. If you have specified a diagram as Object, you must omit the argument or specify 0.

Available in

FlexPro Basic, Professional, Developer Suite

See Also

Cursor.UnitX Property

Cursor.UnitY Property

Share article or send as email:

You might be interested in these articles