Click or drag to resize

IClassifierObjectFactoryCreateClassSettings Method

Get a classifier class settings object with the correct type and default settings for this classifier.

Namespace: RelaxIS_SDK.Plugins.Classifier
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
ClassifierClassSettingsBase CreateClassSettings(
	ExecutionMode mode
)

Parameters

mode  ExecutionMode
The execution mode of the classifier.

Return Value

ClassifierClassSettingsBase
Remarks
If this function returns null, the class settings page is not shown and the CreateClassSettingsControl function is not called.
See Also