Click or drag to resize

ClassifierClassSettingsControlBaseInitializeFrom Method

Display the given settings object.

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

Parameters

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