Returns true if there are at least two outbound connection points available. Returns false if there is only one available. This ensures that one side of this DecisionNode is available for a connection to enter this node. That is, a DescisionNode can not be fully taken up by outgoing connections, it must have at least one connection leading into it or the flow chart diagram wouldn't be 'valid'.

Namespace:  Mindscape.WpfDiagramming.FlowDiagrams
Assembly:  Mindscape.WpfDiagramming.FlowDiagrams (in Mindscape.WpfDiagramming.FlowDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public override bool CanOriginateNewConnections { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property CanOriginateNewConnections As Boolean

Implements

IDiagramConnectable..::.CanOriginateNewConnections

See Also