zLength Property
zLength returns or sets the Z scale length. Returns a double.
Syntax
object.zLength
object. zLength = zLength
Parameter |
Type |
Description |
zLength |
Double |
required |
Remarks
zLength should be used with wireframes or MapFrame containing wireframes.
Example 1
This example demonstrates how to return the Z scale length.
Debug.Print MapFrame.zLength
Example 2
This example demonstrates how to set the X scale length to three.
MapFrame.zLength = 3
Used by: MapFrame object