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




in_rasters
The list of rasters whose values will be sampled based on the input location data. (In, Required)
in_location_data
Data identifying positions at which you want a sample taken. (In, Required)
out_table
Output table holding the sampled cell values. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_rasters
The list of rasters whose values will be sampled based on the input location data. (In, Required)
in_location_data
Data identifying positions at which you want a sample taken. (In, Required)
out_table
Output table holding the sampled cell values. (Out, Required)

See Also

© 2010 All Rights Reserved.