IClassifierObjectFactoryCreateDisplayControl Method |
Create a new display control to display results created by this classifier.
Namespace: RelaxIS_SDK.Plugins.ClassifierAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax ClassResultDisplayControlBase CreateDisplayControl()
Function CreateDisplayControl As ClassResultDisplayControlBase
Dim instance As IClassifierObjectFactory
Dim returnValue As ClassResultDisplayControlBase
returnValue = instance.CreateDisplayControl()
Return Value
ClassResultDisplayControlBaseThe new control.
Remarks The created control is disposed by RelaxIS and should not be reused.
See Also