ESRI.ArcGIS.GeostatisticalAnalystTools
power Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > IDW Class : power Property




The exponent of distance that controls the significance of surrounding points on the interpolated value. A higher power results in less influence from distant points. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property power As Double
Visual Basic (Usage)Copy Code
Dim instance As IDW
Dim value As Double
 
instance.power = value
 
value = instance.power
C# 
public double power {get; set;}

See Also

© 2010 All Rights Reserved.