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




Used to emphasize an observation. The larger the weight, the more impact it has on the prediction. For coincident observations, assign the largest weight to the most reliable measurement. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property weight_field As Object
Visual Basic (Usage)Copy Code
Dim instance As LocalPolynomialInterpolation
Dim value As Object
 
instance.weight_field = value
 
value = instance.weight_field
C# 
public object weight_field {get; set;}

See Also

© 2010 All Rights Reserved.