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




in_surface
The input terrain dataset or TIN surface. (In, Required)
in_reference_surface
The reference TIN or terrain dataset. (In, Required)
out_feature_class
The output polygon feature class. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_surface
The input terrain dataset or TIN surface. (In, Required)
in_reference_surface
The reference TIN or terrain dataset. (In, Required)
out_feature_class
The output polygon feature class. (Out, Required)

See Also

© 2010 All Rights Reserved.