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