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




in_surface
The input Terrain dataset or TIN surface. (In, Required)
in_feature_class
The input polygon feature class. (In, Required)
in_height_field
The name of the field containing polygon reference plane heights. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_surface As Object, _
   ByVal in_feature_class As Object, _
   ByVal in_height_field As String _
)
Visual Basic (Usage)Copy Code
Dim in_surface As Object
Dim in_feature_class As Object
Dim in_height_field As String
 
Dim instance As PolygonVolume(in_surface, in_feature_class, in_height_field)
C# 
public PolygonVolume( 
   object in_surface,
   object in_feature_class,
   string in_height_field
)

Parameters

in_surface
The input Terrain dataset or TIN surface. (In, Required)
in_feature_class
The input polygon feature class. (In, Required)
in_height_field
The name of the field containing polygon reference plane heights. (In, Required)

See Also

© 2010 All Rights Reserved.