The IEnumConfig type exposes the following members.

Methods

  NameDescription
Public methodGetOrd
Used to retrieve an Enum in ordinal form from the pin at the specified slice.
Public methodGetString
Used to retrieve an Enum in string form from the pin at the specified slice.
Public methodSetOrd
Used to write an Enum given as an ordinal value to the pin at the specified slice.
Public methodSetString
Used to write an Enum given as an string value to the pin at the specified slice.
Public methodSetSubType
Used to set the SubType of an Enum pin. Should only be called once immediately after the pin has been created in IPlugin.SetPluginHost.

Properties

  NameDescription
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 IPluginConfig.)
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 IPluginConfig.)
Public propertySpreadAsString
Returns a String of the pins concatenated Values. Typcally used internally only to save a pins state to disk.
(Inherited from IPluginConfig.)

See Also