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




in_features
The input feature class for which z information will be found in the attribute table. (In, Required)
out_feature_class
The output feature class. (Out, Required)
height_field
The height field found in the attribute table. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal out_feature_class As Object, _
   ByVal height_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim out_feature_class As Object
Dim height_field As Object
 
Dim instance As FeatureTo3DByAttribute(in_features, out_feature_class, height_field)
C# 
public FeatureTo3DByAttribute( 
   object in_features,
   object out_feature_class,
   object height_field
)

Parameters

in_features
The input feature class for which z information will be found in the attribute table. (In, Required)
out_feature_class
The output feature class. (Out, Required)
height_field
The height field found in the attribute table. (In, Required)

See Also

© 2010 All Rights Reserved.