Min Property [GridStatistics]
Min returns the minimum z value of the grid. Returns a double. It is a read-only property.
Syntax
object.Min
Example
The following example demonstrates how to return the minimum z value of the grid.
Debug.Print GridStatistics.Min
Used by: GridStatistics Object and GridStatisticsXYZC Object