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




in_surface
The input raster, TIN, or terrain surface to be used as a source of z-values. (In, Required)
in_feature_class
The input 2D feature class. (In, Required)
out_feature_class
The output 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_feature_class As Object, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_surface As Object
Dim in_feature_class As Object
Dim out_feature_class As Object
 
Dim instance As InterpolateShape(in_surface, in_feature_class, out_feature_class)
C# 
public InterpolateShape( 
   object in_surface,
   object in_feature_class,
   object out_feature_class
)

Parameters

in_surface
The input raster, TIN, or terrain surface to be used as a source of z-values. (In, Required)
in_feature_class
The input 2D feature class. (In, Required)
out_feature_class
The output feature class. (Out, Required)

See Also

© 2010 All Rights Reserved.