Click or drag to resize

IRelaxISProgramInterface Interface

Defines the interface provided to access RelaxIS specific functions.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public interface IRelaxISProgramInterface

The IRelaxISProgramInterface type exposes the following members.

Methods
 NameDescription
Public methodApplySpectra Apply a list of spectra back to RelaxIS.
Public methodChangeRibbonButton Change a previously created ribbon button that is shown on the main menu of RelaxIS.
Public methodCreatePlotControl Create a RelaxIS plot control that can be used in a custom user interface.
Public methodDeleteRibbonButton Delete a previously created ribbon button from the ribbon menu.
Public methodGetActiveSpectrum Get the currently active impedance spectrum, if any.
Public methodGetParentWindow Gets a parent window that can be used when displaying user-defined controls.
Public methodRegisterRibbonButton Register a ribbon button that is shown on the main menu of RelaxIS.
Public methodSelectSpectra Select spectra from RelaxIS using the given method.
Top
Events
 NameDescription
Public eventDataChanged Raised when data in RelaxIS changes, i.e. when a new spectrum is selected and displayed.
Top
See Also