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




in_point_features
The input point features containing the z-values to be interpolated into a surface raster. (In, Required)
z_field
The field that holds a height or magnitude value for each point. (In, Required)
out_raster
The output interpolated surface raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_point_features
The input point features containing the z-values to be interpolated into a surface raster. (In, Required)
z_field
The field that holds a height or magnitude value for each point. (In, Required)
out_raster
The output interpolated surface raster. (Out, Required)

See Also

© 2010 All Rights Reserved.