RelaxISOnlyPluginRelaxISProgramInterface Property |
Gets an instance of the RelaxIS Program interface for the RelaxIS instance that the plugin is loaded in.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax protected IRelaxISProgramInterface RelaxISProgramInterface { get; }
Protected ReadOnly Property RelaxISProgramInterface As IRelaxISProgramInterface
Get
Dim value As IRelaxISProgramInterface
value = Me.RelaxISProgramInterface
Property Value
IRelaxISProgramInterfaceRemarks The property can not be used in the constructor. Here it will still be null.
See Also