Click or drag to resize

RelaxISOnlyPluginRelaxISProgramInterface Property

Gets an instance of the RelaxIS Program interface for the RelaxIS instance that the plugin is loaded in.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
protected IRelaxISProgramInterface RelaxISProgramInterface { get; }

Property Value

IRelaxISProgramInterface
Remarks
The property can not be used in the constructor. Here it will still be null.
See Also