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




in_feature_class
The input feature class that Z information will be added to the attribute table. (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 out_property As Object _
)
Visual Basic (Usage)Copy Code
Dim in_feature_class As Object
Dim out_property As Object
 
Dim instance As AddZInformation(in_feature_class, out_property)
C# 
public AddZInformation( 
   object in_feature_class,
   object out_property
)

Parameters

in_feature_class
The input feature class that Z information will be added to the attribute table. (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.