Click or drag to resize

RelaxISOnlyPluginInternalSetProgramInstance Method

Set the internal program instance to a new value.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void InternalSetProgramInstance(
	IRelaxISProgramInterface instance
)

Parameters

instance  IRelaxISProgramInterface
The instance to set.
Remarks
Should not be called by the plugin.
See Also