cMin

cMin returns or sets the minimum C coordinate of the XYZC grid. Returns a double.

Syntax

object.cMin

object. cMin = cMin

Parameter

Type

Description

cMin

Double

required

Example 1

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

Debug.Print GridXYZC.cMin

Example 2

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

GridXYZC.cMin = 0

Used by: GridXYZC object