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





Adds a rule for the orientation of the starting segments 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 originNodeType,
    string[] linkTypes,
    string destNodeType,
    OrderDirection[] directions
)

Visual Basic  Copy Code

Public Function AddOutgoingBendRule( _
    originNodeType As String, _
    linkTypes() As String, _
    destNodeType As String, _
    directions() As OrderDirection _
) As Boolean

 Parameters

originNodeType

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

linkTypes

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

destNodeType

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

directions

An array of OrderDirection values defining the orientation of the links starting segments.

 Return Value

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

 See Also