Search
Group.AttachToLongestHSegment Method
See Also
 





Adds an item to the group, maintaining its relative position to the longest horizontal segment of the master link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AttachToLongestHSegment (
    DiagramNode node
)

Visual Basic  Copy Code

Public Function AttachToLongestHSegment( _
    node As DiagramNode _
) As Boolean

 Parameters

node

The object to attach to the current group.

 Return Value

false if the node could not be attached; otherwise, true.

 See Also