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




in_feature_class
The input 2D feature class. (In, Required)
in_surface
The input raster, triangulated irregular network (TIN), or terrain dataset surface to be used as a source of z-values. (In, Required)
out_property
The output z properties that will be added to the attribute table of the input feature class. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_feature_class
The input 2D feature class. (In, Required)
in_surface
The input raster, triangulated irregular network (TIN), or terrain dataset surface to be used as a source of z-values. (In, Required)
out_property
The output z properties that will be added to the attribute table of the input feature class. (In, Required)

See Also

© 2010 All Rights Reserved.