PortPlacementHelper.GetNextEdgeChildren Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overridable Function GetNextEdgeChildren ( _
    currentEdge As PortPlacement, _
    parentShape As NodeShape, _
    <OutAttribute> ByRef edgeList As ArrayList, _
    <OutAttribute> ByRef center As PointD _
) As PortPlacement
protected virtual PortPlacement GetNextEdgeChildren(
    PortPlacement currentEdge,
    NodeShape parentShape,
    out ArrayList edgeList,
    out PointD center
)
protected:
virtual PortPlacement GetNextEdgeChildren(
    PortPlacement currentEdge, 
    NodeShape^ parentShape, 
    [OutAttribute] ArrayList^% edgeList, 
    [OutAttribute] PointD% center
)
abstract GetNextEdgeChildren : 
        currentEdge:PortPlacement * 
        parentShape:NodeShape * 
        edgeList:ArrayList byref * 
        center:PointD byref -> PortPlacement  
override GetNextEdgeChildren : 
        currentEdge:PortPlacement * 
        parentShape:NodeShape * 
        edgeList:ArrayList byref * 
        center:PointD byref -> PortPlacement
protected function GetNextEdgeChildren(
    currentEdge : PortPlacement, 
    parentShape : NodeShape, 
    edgeList : ArrayList, 
    center : PointD
) : PortPlacement

Parameters

  • edgeList
    Type: ArrayList%

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement

.NET Framework Security

See Also

Reference

PortPlacementHelper Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace