ZRange Property

The ZRange property returns the range of Z of the grid file. Returns a Double. This is a read-only property.

Syntax

object.ZRange

Example

This example shows how to return the range of Z values of a grid.

Debug.Print Grid.ZRange

 

Used by: AutoGrid object