[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Liest und schreibt ein Flag, welches angibt ob Aktivierungen
von Knoten verhindert werden sollen.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public bool BlockActivations { get; set; } |
Visual Basic |
---|
Public Property BlockActivations As Boolean
Get
Set |
F# |
---|
abstract BlockActivations : bool with get, set
override BlockActivations : bool with get, set |
Field Value
Return Value
true, wenn keine Aktivierungen erlaubt sind,
für die Ausführung des Graphen
false.
Implements
IGraph..::..BlockActivations
See Also