The INodeIn type exposes the following members.

Methods

  NameDescription
Public methodGetUpsreamSlice
Used to retrieve the actual slice index this pin has to access on the upstream node. Note that the actual slice index maybe convoluted by an upstream node like GetSlice (node).
Public methodGetUpstreamInterface(Object%)
Used to retrieve a reference of an interface offered by the upstream connected node.
Public methodGetUpstreamInterface(INodeIOBase%) Obsolete.
Used to retrieve a reference of an interface offered by the upstream connected node.
Public methodSetConnectionHandler
Public methodSetSubType Obsolete.
Used to set the SubType of a node pin, which is a more detailed specification of the node type via a set of Guids that identifiy the interfaces accepted on this pin. The SubType is used by the GUI to guide the user to make only links between pins that understand the same interfaces. Should only be called once immediately after the pin has been created in IPlugin.SetPluginHost.
Public methodSetSubType2
Used to set the SubType of a node pin, which is a more detailed specification of the node type via a set of Guids that identifiy the interfaces accepted on this pin. The SubType is used by the GUI to guide the user to make only links between pins that understand the same interfaces. Should only be called once immediately after the pin has been created in IPlugin.SetPluginHost.
Public methodValidate (Inherited from IPluginIn.)

Properties

  NameDescription
Public propertyAutoValidate (Inherited from IPluginIn.)
Public propertyIsConnected
Specifies whether the pin is connected in the patch or not.
(Inherited from IPluginIO.)
Public propertyName
The pins name.
(Inherited from IPluginIO.)
Public propertyOrder
The order property helps the node to arrange its pins visually. The higher the order, the more right the pin appears on the node.
(Inherited from IPluginIO.)
Public propertyPinIsChanged
Returns whether any slice of this pin has been changed in the current frame. This information is typically used to determine if further processing is needed or can be ommited.
(Inherited from IPluginIn.)
Public propertyPluginHost
Gets the plugin host which created this plugin io.
(Inherited from IPluginIO.)
Public propertySliceCount
The pins SliceCount specifies the number of Values (2D Vector, String...) it carries. This is like the length of an array or list.
(Inherited from IPluginIn.)
Public propertySpreadAsString
Returns a String of the pins concatenated Values. Typcally used internally only to save a pins state to disk.
(Inherited from IPluginIn.)

See Also