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