Creates a new node info.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
INodeInfo CreateNodeInfo( string name, string category, string version, string filename, bool beginUpdate ) |
Parameters
- name
- Type: System..::..String
The name of the node.
- category
- Type: System..::..String
The category of the node.
- version
- Type: System..::..String
The version of the node.
- filename
- Type: System..::..String
The absolute path to source file which contains this node info.
- beginUpdate
- Type: System..::..Boolean
Whether the NodeInfoAdded event should be supressed till CommitUpdate on node info is called.