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





Adds a rule for the orientation of the ending segment of an incoming link according to the type of the link's destination and origin node.

Namespace: MindFusion.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AddIncomingBendRule (
    string[] destNodeTypes,
    string[] linkTypes,
    string[] originNodeTypes,
    OrderDirection direction
)

Visual Basic  Copy Code

Public Function AddIncomingBendRule( _
    destNodeTypes() As String, _
    linkTypes() As String, _
    originNodeTypes() As String, _
    direction As OrderDirection _
) As Boolean

 Parameters

destNodeTypes

The logic identifiers of nodes this rule should be applied to.

linkTypes

The logic identifiers of links this rule should be applied to.

originNodeTypes

The logic identifiers of nodes this rule should be applied to.

direction
An OrderDirection value defining the orientation of the link's ending segment.

 Return Value

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

 See Also