The WeightNeighborsForShepard property returns or sets the modified Shepard's method Weighting neighbors value for gradient map gridding. Returns an integer.
Syntax
object.WeightNeighborsForShepard
object.WeightNeighborsForShepard = WeightNeighbors
Parameter |
Type |
Description |
WeightNeighbors |
Integer |
required; weighting neighbors value |
Example
'WeightNeighborsForShepard
'Set the weighting neighbors value for the Modified Shepard's Method to 19
GradientMap.WeightNeighborsForShepard = 19
Used by: GradientMap object