The Ratio property returns or sets the anisotropy Ratio value for various gradient map gridding methods. Returns a double.
Syntax
object.Ratio
object.Ratio = Ratio
Parameter |
Type |
Description |
Ratio |
Double |
required; anisotropy ratio |
Example
'Ratio
'Change the anistropy ratio for gridding the data to 2
GradientMap.Ratio = 2
Used by: GradientMap object