Gridding Property
The Gridding property returns the AutoGriddingObj object. This allows the gridding properties to be modified.
Syntax
object.Gridding
object.Gridding =Gridding
Example
This example shows how to reference the gridding object for a contour XY data map.
Set ContGrid = ContourXYDataMap.Gridding
Used by: AutoContourDataMap, AutoSurfaceDataMap