The Range1 property returns or sets the modified Shepard's method and nearest neighbor Range 1 value for gradient map gridding. Returns a double.
Syntax
object.Range1
object.Range1 = Range1
Parameter |
Type |
Description |
Range1 |
Double |
required; range value |
Example
'Range1
'Set the horizontal search range for the Modified Shepard's Method to 1500000
GradientMap.Range1 = 1500000
Used by: GradientMap object