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