Click or drag to resize

LogicalNodeInitNode method

Resets the node to the start settings.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void InitNode(
	
	int depth,
	
	LogicalNode node
)

Parameters

depth  Int32
Internal parameter - always 0 here.
node  LogicalNode
The node that is to be initialized.
See also