Range2 Property

 

The Range2 property returns or sets the modified Shepard's method and nearest neighbor Range 2 value for gradient map gridding. Returns a double.

 

Syntax

object.Range2

object.Range2 = Range2

 

Parameter

Type

Description

Range2

Double

required; range value

 

Example

    'Range2

    'Set the vertical search range for the Modified Shepard's Method to 1500000

    GradientMap.Range2 = 1500000

 

Used by: GradientMap object