Click or drag to resize

ClassifierProgressEventArgs Class

Defines arguments for the ClassifierProgress event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RelaxIS_SDK.PluginsPluginProgressEventArgs
      RelaxIS_SDK.Plugins.ClassifierClassifierProgressEventArgs

Namespace: RelaxIS_SDK.Plugins.Classifier
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ClassifierProgressEventArgs : PluginProgressEventArgs

The ClassifierProgressEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodClassifierProgressEventArgs(ClassificationResult, String) Initializes a new instance of the ClassifierProgressEventArgs class.
Public methodClassifierProgressEventArgs(ClassificationResult, Int32, Int32, String) Initializes a new instance of the ClassifierProgressEventArgs class.
Public methodClassifierProgressEventArgs(IEnumerableClassResult, ClassifierSettingsBase, ClassifierClassCollection, Int32, Int32, String) Initializes a new instance of the ClassifierProgressEventArgs class.
Top
Properties
 NameDescription
Public propertyIntermediateResults Gets the intermediate results.
Public propertyIsIndeterminate Gets a value indicating whether the progress is indeterminable.
(Inherited from PluginProgressEventArgs)
Public propertyMaxProgress Gets the maximum progress value.
(Inherited from PluginProgressEventArgs)
Public propertyProgress Gets the current progress.
(Inherited from PluginProgressEventArgs)
Public propertyStatusMessage Gets a status message.
(Inherited from PluginProgressEventArgs)
Top
See Also