Search
DiagramNode.AttachToLink Method (DiagramLink, AttachToLink, Int32)
See Also
 






Attaches this node to the specified link using the specified attaching type.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AttachToLink (
    DiagramLink link,
    AttachToLink from,
    int index
)

Visual Basic  Copy Code

Public Sub AttachToLink( _
    link As DiagramLink, _
    from As AttachToLink, _
    index As Integer _
)

 Parameters

link

A DiagramLink to whose control point or segment to attach this node.

from

A value of the AttachToLink enumeration specifying whether to attach the node to a segment or to a control point of the link.

index

An index of link's control point or segment, depending on the attType value.

 See Also