[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Fügt einen Knoten der Knotenauswahl hinzu.
Namespace: DynamicNode.Ext.VisualAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | Wird geworfen, wenn für nodenull übergeben wurde. |