Click or drag to resize

ClassifierClassCollection Class

Defines a collection of ClassifierClass objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionClassifierClass
    RelaxIS_SDK.Plugins.Classifier.DataClassifierClassCollection

Namespace: RelaxIS_SDK.Plugins.Classifier.Data
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ClassifierClassCollection : Collection<ClassifierClass>

The ClassifierClassCollection type exposes the following members.

Constructors
 NameDescription
Public methodClassifierClassCollection Initializes a new instance of the ClassifierClassCollection class.
Top
Properties
 NameDescription
Public propertyUsedSettings Gets the settings used to create the initial set of classes.
Top
See Also