Analyst3DTools
Intersect3DLineWithMultiPatch Constructor(Object,Object)
See Also  Send Feedback
ESRI.ArcGIS.Analyst3DTools Namespace > Intersect3DLineWithMultiPatch Class > Intersect3DLineWithMultiPatch Constructor : Intersect3DLineWithMultiPatch Constructor(Object,Object)




in_line_features
in_multipatch_features

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 New Intersect3DLineWithMultiPatch(in_line_features, in_multipatch_features)
C# 
public Intersect3DLineWithMultiPatch( 
   object in_line_features,
   object in_multipatch_features
)

Parameters

in_line_features
in_multipatch_features

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.