Click or drag to resize

ClassifierClassSettingsControlBaseApplyTo Method

Apply the defined settings to a settings object.

Namespace: RelaxIS_SDK.Plugins.Classifier.Controls
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual void ApplyTo(
	ClassifierClassSettingsBase settings
)

Parameters

settings  ClassifierClassSettingsBase
The settings object.
Exceptions
ExceptionCondition
ArgumentExceptionIf the settings object does not have the expected type.
See Also