AutoYMin Property

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

Syntax

object.AutoYMin

object.AutoYMin = AutoYMin

 

Parameter Type Description
AutoYMin Boolean required, true to use the minimum Y value

 

Example

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

ContGrid.AutoYMin = False

 

Used by: AutoGriddingObj object