Search
TableNode.AcceptLinks Method
See Also
 





DiagramNode.AcceptLinks override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool AcceptLinks (
    bool outgoing
)

Visual Basic  Copy Code

Public Overrides Function AcceptLinks( _
    outgoing As Boolean _
) As Boolean

 Parameters

outgoing
true to check for outgoing links; otherwise, false.

 Return Value

true if the node accepts connections of the specified type; otherwise, false.

 See Also