AutoXMin Property

The AutoXMin property returns or sets if the minimum X value of the grid data should be auto­matically used when gridding the data. Returns a Boolean.

Syntax

object.AutoXMin

object.AutoXMin = AutoXMin

 

Parameter Type Description
AutoXMin Boolean required, true to use the minimum X value

 

Example

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

ContGrid.AutoXMin = False

 

Used by: AutoGriddingObj object