ArcFM Solution Developer Guide
ComputeDuctEndFlagLayout Method


Syntax
'Declaration
 
Public Shared Function ComputeDuctEndFlagLayout( _
   ByVal ductEnds As System.Collections.Generic.List(Of PointGeometry3D), _
   ByVal wallLine As SE.Geospatial.Spatial.LineSegment, _
   ByVal ductbankPath As SE.Geospatial.Spatial.PathGeometry3D _
) As System.ValueTuple(Of Coordinate,List(Of ValueTuple(Of PointGeometry3D,Vector2D)))
'Usage
 
Dim ductEnds As System.Collections.Generic.List(Of PointGeometry3D)
Dim wallLine As SE.Geospatial.Spatial.LineSegment
Dim ductbankPath As SE.Geospatial.Spatial.PathGeometry3D
Dim value As System.ValueTuple(Of Coordinate,List(Of ValueTuple(Of PointGeometry3D,Vector2D)))
 
value = ConduitLayoutGeometry.ComputeDuctEndFlagLayout(ductEnds, wallLine, ductbankPath)
public static System.ValueTuple<Coordinate,List<ValueTuple<PointGeometry3D,Vector2D>>> ComputeDuctEndFlagLayout( 
   System.Collections.Generic.List<PointGeometry3D> ductEnds,
   SE.Geospatial.Spatial.LineSegment wallLine,
   SE.Geospatial.Spatial.PathGeometry3D ductbankPath
)

Parameters

ductEnds
wallLine
ductbankPath
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ConduitLayoutGeometry Class
ConduitLayoutGeometry Members

 

 


Send Comment