QuadNeighborsForShepard Property

 

The QuadNeighborsForShepard property returns or sets the modified Shepard's method Quadratic neighbors value for gradient maps. Returns an integer.

 

Syntax

object.QuadNeighborsForShepard

object.QuadNeighborsForShepard = QuadNeighbors

 

Parameter

Type

Description

QuadNeighbors

Integer

required; quadratic neighbors value

 

Example

    'QuadNeighborsForShepard

    'Set the quadratic neighbors value for the Modified Shepard's Method to 13

    GradientMap.QuadNeighborsForShepard = 13

 

Used by: GradientMap object