zResolution

zResolution returns the number of grid cells in the Z direction in the XYZC grid. Returns an integer. This is a read-only property.

Syntax

object.yResolution

Example

This example demonstrates how to return the number of cells in the Z direction in a XYZC grid.

Debug.Print GridXYZC.zResolution

Used by: GridXYZC object