The IEffectHost type exposes the following members.

Methods

  NameDescription
Public methodAddListener
Allows a plugin to register an INodeListener on a specific vvvv node.
(Inherited from INode.)
Public methodGetBounds (Inherited from INode.)
Public methodGetChild (Inherited from INode.)
Public methodGetChildCount (Inherited from INode.)
Public methodGetChildren (Inherited from INode.)
Public methodGetErrors
Public methodGetID
Get the node ID.
(Inherited from INode.)
Public methodGetNodeInfo
Get the nodes info.
(Inherited from INode.)
Public methodGetNodePath
Returns a slash-separated path of node IDs that uniquely identifies this node in the vvvv graph.
(Inherited from INode.)
Public methodGetParameterDescription
Public methodGetPin (Inherited from INode.)
Public methodGetPins (Inherited from INode.)
Public methodRemoveListener
Allows a plugin to unregister an INodeListener from a specific vvvv node.
(Inherited from INode.)
Public methodSetEffect

See Also