cMax
cMax returns or sets the maximum C coordinate of the XYZC grid. Returns a double.
Syntax
object.cMax
object. cMax = cMax
Parameter |
Type |
Description |
cMax |
Double |
required |
Example 1
This example demonstrates how to return the maximum C coordinate of a grid.
Debug.Print GridXYZC.cMax
Example 2
This example demonstrates how to set the maximum C value of a grid to 100.
GridXYZC.cMax = 100
Used by: GridXYZC object