Cursor.PositionZIndex Property (FPScript)
Read access to the column index of a bound cursor.
Syntax
Object.Cursor(Cursor[, Diagram]).PositionZIndex
The syntax of the Cursor.PositionZIndex 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:
|
||||||||||||||||
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
Example
\DataMatrix[Diagram.3D.Cursor(fpCursorMinZ).PositionZIndex, _ Diagram.3D.Cursor(fpCursorMaxZ).PositionZIndex] _ [Diagram.3D.Cursor(fpCursorMinX).PositionIndex, _ Diagram.3D.Cursor(fpCursorMaxX).PositionIndex] |
Extracts the area between the cursors of a 3D diagram in the X and Z direction from a data matrix. |