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




in_zone_data
Dataset that defines the zones. (In, Required)
zone_field
Field that holds the values that define each zone. (In, Required)
out_table
Output table that will contain the summary of the values in each zone. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_zone_data As Object, _
   ByVal zone_field As Object, _
   ByVal out_table As Object _
)
Visual Basic (Usage)Copy Code
Dim in_zone_data As Object
Dim zone_field As Object
Dim out_table As Object
 
Dim instance As ZonalGeometryAsTable(in_zone_data, zone_field, out_table)
C# 
public ZonalGeometryAsTable( 
   object in_zone_data,
   object zone_field,
   object out_table
)

Parameters

in_zone_data
Dataset that defines the zones. (In, Required)
zone_field
Field that holds the values that define each zone. (In, Required)
out_table
Output table that will contain the summary of the values in each zone. (Out, Required)

See Also

© 2010 All Rights Reserved.