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