Returns an interface to the graphs root node.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
INode Root { get; }

Return Value

The graphs root node.

Remarks

Deprecated: Use RootNode instead.

See Also