ZMax Property [AutoGrid]
The ZMax property returns the maximum Z value of the grid file. Returns a Double. This is a read-only property.
Syntax
object.ZMax
Example
This example shows how to return the Z maximum value of a grid.
Debug.Print Grid.ZMax
Used by: AutoGrid object