ESRI.ArcGIS.SpatialAnalystTools
TabulateArea Constructor(Object,Object,Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > TabulateArea Class > TabulateArea Constructor : TabulateArea Constructor(Object,Object,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)
in_class_data
The dataset that defines the classes that will have their area summarized within each zone. (In, Required)
class_field
The field that holds the class values. (In, Required)
out_table
Output table that will contain the summary of the area of each class 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 in_class_data As Object, _
   ByVal class_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 in_class_data As Object
Dim class_field As Object
Dim out_table As Object
 
Dim instance As TabulateArea(in_zone_data, zone_field, in_class_data, class_field, out_table)
C# 
public TabulateArea( 
   object in_zone_data,
   object zone_field,
   object in_class_data,
   object class_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)
in_class_data
The dataset that defines the classes that will have their area summarized within each zone. (In, Required)
class_field
The field that holds the class values. (In, Required)
out_table
Output table that will contain the summary of the area of each class in each zone. (Out, Required)

See Also

© 2010 All Rights Reserved.