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