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




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

Syntax

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

Parameters

in_surface
The input terrain dataset or TIN surface. (In, Required)
out_feature_class
The output feature class. (Out, Required)
interval
The interval between the contours. (In, Required)

See Also

© 2010 All Rights Reserved.