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