AutoYMax Property

The AutoYMax property returns or sets if the maximum Y value of the grid data should be automatically used when gridding the data. Returns a Boolean.

Syntax

object.AutoYMax

object.AutoYMax = AutoYMax

 

Parameter Type Description
AutoYMax Boolean required, true to use the maximum Y value

 

Example

This example shows how to set the Auto Y Maximum value to false for the gridding object.

ContGrid.AutoYMax = False

 

Used by: AutoGriddingObj object