Smoothing Property [AutoGriddingObj]

The Smoothing property returns or sets the Smoothing value. Returns a Double.

Syntax

object.Smoothing

object.Smoothing = Smoothing

 

Parameter Type Description
Smoothing Double required

 

Example

This example shows how to return the smoothing value for a grid.

Debug.Print Grid.Smoothing

 

Used by: AutoGriddingObj object