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




in_line_features
The input line feature class or layer. (In, Required)
in_multipatch_features
The input multipatch feature class or layer. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_line_features As Object, _
   ByVal in_multipatch_features As Object _
)
Visual Basic (Usage)Copy Code
Dim in_line_features As Object
Dim in_multipatch_features As Object
 
Dim instance As Intersect3DLineWithMultiPatch(in_line_features, in_multipatch_features)
C# 
public Intersect3DLineWithMultiPatch( 
   object in_line_features,
   object in_multipatch_features
)

Parameters

in_line_features
The input line feature class or layer. (In, Required)
in_multipatch_features
The input multipatch feature class or layer. (In, Required)

See Also

© 2010 All Rights Reserved.