Click or drag to resize

ClassifierGetClassesList Class

Defines a list of ClassifierClass objects that can be returned by the GetClasses(ExecutionMode, ClassifierClassSettingsBase) function.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListClassifierClass
    RelaxIS_SDK.Plugins.Classifier.DataClassifierGetClassesList

Namespace: RelaxIS_SDK.Plugins.Classifier.Data
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public class ClassifierGetClassesList : List<ClassifierClass>

The ClassifierGetClassesList type exposes the following members.

Constructors
 NameDescription
Public methodClassifierGetClassesListInitializes a new instance of the ClassifierGetClassesList class
Top
Properties
 NameDescription
Public propertyCancel Gets or sets a value indicating whether the classification process should be canceled here.
Public propertyCancelMessage Gets or sets an optional message shown to the user, or printed in the log.
Top
Methods
 NameDescription
Public methodStatic memberGetCanceled Get an object that indicates the cancellation of the process.
Top
Remarks
If returned, RelaxIS will check the Cancel property and cancel the process with a message if this is true.
See Also