IRelaxISProgramInterfaceCreatePlotControl Method |
Create a RelaxIS plot control that can be used in a custom user interface.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
SyntaxIRelaxISPlot CreatePlotControl()
Function CreatePlotControl As IRelaxISPlot
Dim instance As IRelaxISProgramInterface
Dim returnValue As IRelaxISPlot
returnValue = instance.CreatePlotControl()
Return Value
IRelaxISPlotThe control.
RemarksUse the
AsControl property to get the windows forms control.
See Also