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




in_feature_class
The closed multipatch features to be intersected and aggregated. (In, Required)
out_feature_class
The multipatch feature class into which the aggregated multipatch(es) will be placed. (Out, 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_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_feature_class As Object
Dim out_feature_class As Object
 
Dim instance As Union3D(in_feature_class, out_feature_class)
C# 
public Union3D( 
   object in_feature_class,
   object out_feature_class
)

Parameters

in_feature_class
The closed multipatch features to be intersected and aggregated. (In, Required)
out_feature_class
The multipatch feature class into which the aggregated multipatch(es) will be placed. (Out, Required)

See Also

© 2010 All Rights Reserved.