CursorXColor, CursorYColor, and CursorZColor properties

Sets or returns the color of the cursor crosshairs for the X axis , Y-axis, or Z-axis, respectively.

Syntax

ColorsConstant = object.CursorXColor

ColorsConstant = object.CursorYColor

ColorsConstant = object.CursorZColor

 

object.CursorXColor = ColorsConstant

object.CursorYColor = ColorsConstant

object.CursorZColor = ColorsConstant

Where:

     ColorsConstant is one of the constants shown below.

     object is the ApplicationPreferences object.

Colors Constant Index Value

vicBlue

5

vicByBlock

0

vicByLayer

256

vicBy ColorXOr

-1

vicCyan

4

vicGreen

3

vicMagenta

6

vicRed

1

vicVarious

-2

vicWhite

7

vicYellow

2

Examples ...

CursorSize property example