ClassifierSettingsControlBaseApplyTo Method |
Apply the defined settings to a settings object.
Namespace: RelaxIS_SDK.Plugins.Classifier.ControlsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual void ApplyTo(
ClassifierSettingsBase settings
)
Public Overridable Sub ApplyTo (
settings As ClassifierSettingsBase
)
Dim instance As ClassifierSettingsControlBase
Dim settings As ClassifierSettingsBase
instance.ApplyTo(settings)
Parameters
- settings ClassifierSettingsBase
- The settings object.
Exceptions Exception | Condition |
---|
ArgumentException | If the settings object does not have the expected type. |
See Also