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




in_features_minuend
The collection of multipatch features from which the subtrahend multipatch features will be removed. (In, Required)
in_features_subtrahend
The collection of multipatch features which will be subtracted from the minuend multipatch features. (In, Required)
out_feature_class
The multipatch feature class into which the newly generated multipatches will be placed. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features_minuend As Object, _
   ByVal in_features_subtrahend As Object, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features_minuend As Object
Dim in_features_subtrahend As Object
Dim out_feature_class As Object
 
Dim instance As Difference3D(in_features_minuend, in_features_subtrahend, out_feature_class)
C# 
public Difference3D( 
   object in_features_minuend,
   object in_features_subtrahend,
   object out_feature_class
)

Parameters

in_features_minuend
The collection of multipatch features from which the subtrahend multipatch features will be removed. (In, Required)
in_features_subtrahend
The collection of multipatch features which will be subtracted from the minuend multipatch features. (In, Required)
out_feature_class
The multipatch feature class into which the newly generated multipatches will be placed. (Out, Required)

See Also

© 2010 All Rights Reserved.