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




in_features
The points or polygon features to be created. (In, Required)
in_rasters
The rasters must all have the same extent, coordinate system, and cell size. (In, Required)
out_table
The output table contains a record for each point and each raster that has data. If polygon features are input, they are converted to points which coincide with the raster cell centers. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_features
The points or polygon features to be created. (In, Required)
in_rasters
The rasters must all have the same extent, coordinate system, and cell size. (In, Required)
out_table
The output table contains a record for each point and each raster that has data. If polygon features are input, they are converted to points which coincide with the raster cell centers. (Out, Required)

See Also

© 2010 All Rights Reserved.