IClassifierObjectFactoryCreateSettingsControl Method |
Namespace: RelaxIS_SDK.Plugins.ClassifierAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
SyntaxClassifierSettingsControlBase CreateSettingsControl()
Function CreateSettingsControl As ClassifierSettingsControlBase
Dim instance As IClassifierObjectFactory
Dim returnValue As ClassifierSettingsControlBase
returnValue = instance.CreateSettingsControl()
Return Value
ClassifierSettingsControlBaseThe new control.
RemarksThe created control is disposed by RelaxIS and should not be reused.
See Also