zMin Property

zMin returns or sets the minimum Z coordinate of the grid. Returns a double.

Syntax

object.zMin

object. zMin = zMin

Parameter

Type

Description

zMin

Double

required

Example 1

This example demonstrates how to return the minimum Z coordinate of a grid.

Debug.Print Grid.zMin

Example 2

This example demonstrates how to set the minimum Z value of a grid to 0.

Grid.zMin = 0

Used by: Grid object , GridXYZC object