Click or drag to resize

FurtherEvaluationResult Class

This class represents the results of the FurtherEvaluation step in the Wizard's execution.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.WizardFurtherEvaluationResult

Namespace: RelaxIS_SDK.Wizard
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class FurtherEvaluationResult

The FurtherEvaluationResult type exposes the following members.

Constructors
 NameDescription
Public methodFurtherEvaluationResult Initializes a new FurtherEvaluationResult object.
Top
Properties
 NameDescription
Public propertyNewSecondaryParameters These (Key: Secondary Parameter Name, Value: Description/Value) pairs are assigned to the data file
Public propertyOutputItems These (Description/Value) pairs can be displayed and exported
Top
Remarks
These can contain Description/Value pairs that can be exported as well as new secondary parameters for the file in question defined by the NewSecondaryParameters dictionary.
See Also