Click or drag to resize

FeatureFloatValue Class

Representation of a float value.
Inheritance Hierarchy
SystemObject
  CFX.StructuresNamedObject
    CFX.Structures.PCBInspectionFeatureValue
      CFX.Structures.PCBInspectionFeatureFloatValue

Namespace: CFX.Structures.PCBInspection
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class FloatValue : FeatureValue

The FeatureFloatValue type exposes the following members.

Constructors
 NameDescription
Public methodFeatureFloatValue 
Top
Properties
 NameDescription
Public propertyValue A float value.
Top
See Also