Click or drag to resize

NonInstalledComponent Class

Describes a particular location on a production unit where materials / parts were not installed.
Inheritance Hierarchy
SystemObject
  CFX.StructuresNonInstalledComponent
    CFX.Structures.SMTPlacementSMTNonInstalledComponent

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

The NonInstalledComponent type exposes the following members.

Constructors
 NameDescription
Public methodNonInstalledComponent Constructor
Top
Properties
 NameDescription
Public propertyLocation The final location of the component that has not been installed
Public propertyNonInstallationTime The specific time when this material / part was tried to be installed on the production unit (optional, when known)
Public propertyReferenceDesignator Location on production unit where material / parts were installed
Public propertyRejectionBoxId Id of the rejection box where the component has been rejected (if applicable)
Public propertyRejectionComment A comment on the rejection
Public propertyRejectionDetails The rejection details, depending on the rejection reason (optional)
Public propertyRejectionReason The reason of the rejection of this component (Unknown if not known)
Public propertyStage

** NOTE: ADDED in CFX 1.3 **

The stage name or number
Top
See Also