The INodeOut type exposes the following members.

Methods

  NameDescription
Public methodMarkPinAsChanged
Used to mark this pin as being changed compared to the last frame.
Public methodSetConnectionHandler
Public methodSetInterface(Object)
Used to set the interface this
Public methodSetInterface(INodeIOBase) Obsolete.
Used to set the interface this
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 offered 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.

See Also