XMax Property [AutoGriddingObj]

The XMax property returns or sets the X Maximum value to be used in gridding the data. Returns a Double.

Syntax

object.XMax

object.XMax = XMax

 

Parameter Type Description
XMax Double required

 

Example

This example shows how to set the X Maximum value for the gridding object.

ContGrid.AutoXMax = False

ContGrid.XMax = 7

 

Used by: AutoGriddingObj object