[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Fügt einen Knoten der Knotenauswahl hinzu.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public void ExtendNodeSelection(
	INode node
)
Visual Basic
Public Sub ExtendNodeSelection ( _
	node As INode _
)
F#
abstract ExtendNodeSelection : 
        node:INode -> unit 
override ExtendNodeSelection : 
        node:INode -> unit 

Parameters

node
Type: DynamicNode.Core..::..INode
Der Knoten.

Implements

IGraphDocument..::..ExtendNodeSelection(INode)

Exceptions

ExceptionCondition
System..::..ArgumentNullException Wird geworfen, wenn für nodenull übergeben wurde.

See Also