ESRI.ArcGIS.GeostatisticalAnalystTools
GlobalPolynomialInterpolation Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > GlobalPolynomialInterpolation Class > GlobalPolynomialInterpolation Constructor : GlobalPolynomialInterpolation Constructor(Object,Object)




in_features
The input features containing the z-values to be interpolated. (In, Required)
z_field
Field that holds a height or magnitude value for each point. This can be a numeric field or the Shape field if the input features contains z-values or m-values. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal z_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim z_field As Object
 
Dim instance As GlobalPolynomialInterpolation(in_features, z_field)
C# 
public GlobalPolynomialInterpolation( 
   object in_features,
   object z_field
)

Parameters

in_features
The input features containing the z-values to be interpolated. (In, Required)
z_field
Field that holds a height or magnitude value for each point. This can be a numeric field or the Shape field if the input features contains z-values or m-values. (In, Required)

See Also

© 2010 All Rights Reserved.