Cross2 Property

Cross2 returns the axis crossing along the orthogonal axis (in map units). Returns a double. This is a read-only property. However, this property could be set using the 'Cross2' parameter of the Axis.SetScale() method.

Syntax

object. Cross2

Example

This example demonstrates how to return the Z value that the axis crosses at (or Y value with a Z axis).

Debug.Print Axis.Cross2

Used by: Axis object