Used to write an Enum given as an ordinal value to the pin at the specified slice.

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void SetOrd(
	int index,
	int value
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the Enum to.
value
Type: System..::..Int32
The ordinal Enum value to write.

See Also