Axes Property

See Also Applies To Example Model

Returns the Axes object.

Remarks

The Axes object is used to change the appearance of the coordinate system axes.

Example

The following example makes the coordinate system Axes visible and sets the color to yellow.

World.Screen.Axes.Show
World.Screen.Axes.Color = vbtYellow