Click or drag to resize

UninstalledMaterial Class

Describes when single lot of material that is uninstalled from a production unit, possibly from specific locations on the production unit.
Inheritance Hierarchy
SystemObject
  CFX.StructuresUninstalledMaterial

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class UninstalledMaterial

The UninstalledMaterial type exposes the following members.

Constructors
 NameDescription
Public methodUninstalledMaterial Default constructor
Top
Properties
 NameDescription
Public propertyMaterial The material package that was uninstalled (if known)
Public propertyQuantityUninstalled The total quantity of parts or material uninstalled of this particular MaterialPackage (lot)
Public propertyReason The reason why the material was uninstalled.
Public propertyUninstalledComponents A list of the components that were uninstalled
Public propertyUnitIdentifier Unique ID of Production Unit, Panel, or Carrier
Public propertyUnitPositionNumber Logical reference of production unit as defined by CFX position rule (see CFX standard section 5.6).
Top
See Also