Click or drag to resize

TextMeasurement Class

Describes a measurement that was made by a human or by automated equipment in the course of inspecting or testing a production unit in which the result of the measurement is a text based value.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.StructuresTextMeasurement

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class TextMeasurement : Measurement

The TextMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodTextMeasurement 
Top
Properties
 NameDescription
Public propertyExpectedValue The expected value of this text based measurement
Public propertyValue The actual resulting value of this text based measurement
Top
See Also