Search
FlowLayoutRules.AddOutgoingBendRule Method (String[], String, String[], OrderDirection)
See Also
 





Adds a rule for the orientation of the starting segment of an outgoing link according to the type of the link's origin node.

Namespace: MindFusion.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AddOutgoingBendRule (
    string[] originNodeTypes,
    string linkType,
    string[] destNodeTypes,
    OrderDirection direction
)

Visual Basic  Copy Code

Public Function AddOutgoingBendRule( _
    originNodeTypes() As String, _
    linkType As String, _
    destNodeTypes() As String, _
    direction As OrderDirection _
) As Boolean

 Parameters

originNodeTypes
The logic identifiers of nodes this rule to be applied to.
linkType
The logic identifier of links this rule to be applied to.
destNodeTypes
The logic identifiers of nodes this rule to be applied to.
direction
An OrderDirection value defining the orientation of the link's starting segment.

 Return Value

true if this rule has been added successfully; otherwise, false.

 See Also