Axes Object

See Also Properties Methods Events Model
World
Screen
Axes
Text

Exposes coordinate system axes properties and methods.

Using the Axes Object

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