[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IPin.SetSlice(System.Int32,System.String)"]

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

Syntax

C#
void SetSlice(
	int sliceIndex,
	string slice
)

Parameters

sliceIndex
Type: System..::..Int32

[Missing <param name="sliceIndex"/> documentation for "M:VVVV.PluginInterfaces.V2.IPin.SetSlice(System.Int32,System.String)"]

slice
Type: System..::..String

[Missing <param name="slice"/> documentation for "M:VVVV.PluginInterfaces.V2.IPin.SetSlice(System.Int32,System.String)"]

See Also