Used to set the SubType of a String pin, which is a more detailed specification of the String, used by the GUI to guide the user to insert correct values. Note though that this does not prevent a user from setting "wrong" Strings on a pin. Ultimately each node is responsible for dealing with all possible inputs correctly. Should only be called once immediately after the pin has been created in IPlugin.SetPluginHost.

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

Syntax

C#
void SetSubType(
	string default,
	bool IsFilename
)

Parameters

default
Type: System..::..String
The String the pin is initialized with and can be reset to at any time.
IsFilename
Type: System..::..Boolean

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

See Also