Used to write a String to the pin at the specified slice.

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

Syntax

C#
void SetString(
	int index,
	string Value
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the String to.
Value
Type: System..::..String

[Missing <param name="Value"/> documentation for "M:VVVV.PluginInterfaces.V1.IStringOut.SetString(System.Int32,System.String)"]

See Also