Click or drag to resize

TextMeasurement Class

A specific type of Measurement used to record a text-based value against an Item.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class TextMeasurement : Measurement

The TextMeasurement type exposes the following members.

Constructors
  NameDescription
Public methodTextMeasurement
Initializes a new instance of the TextMeasurement class
Top
Properties
  NameDescription
Public propertyNominalValue
The theorectically ideal value for this particular Measurement.
Public propertyValue
The actual text-based value to be recorded for the Item.
Top
See Also