Click or drag to resize

NumericMeasurement Class

Describes a numeric (floating point) measurement that was made by a human or by automated equipment in the course of inspecting or testing a production unit
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.StructuresNumericMeasurement

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

The NumericMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodNumericMeasurement Default constructor
Top
Properties
 NameDescription
Public propertyMeasuredValue The actual numeric value measured and recorded during this test/inspection.
Top
See Also