XMin Property [AutoGriddingObj]
The XMin property returns or sets the X Minimum value to be used in gridding the data. Returns a Double.
Syntax
object.XMin
object.XMin = XMin
Parameter | Type | Description |
XMin | Double | required |
Example
This example shows how to set the X Minimum value for the gridding object.
ContGrid.AutoXMin = False
ContGrid.XMin = 2
Used by: AutoGriddingObj object