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




in_feature_class_1
The first set of multipatch features. (In, Required)
out_feature_class
The feature class to be created where the resulting features will be written. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_feature_class_1
The first set of multipatch features. (In, Required)
out_feature_class
The feature class to be created where the resulting features will be written. (Out, Required)

See Also

© 2010 All Rights Reserved.