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




in_surface
The input raster, TIN, or terrain dataset surface used for calculating area and volume. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_surface As Object _
)
Visual Basic (Usage)Copy Code
Dim in_surface As Object
 
Dim instance As SurfaceVolume(in_surface)
C# 
public SurfaceVolume( 
   object in_surface
)

Parameters

in_surface
The input raster, TIN, or terrain dataset surface used for calculating area and volume. (In, Required)

See Also

© 2010 All Rights Reserved.