UninstalledReason Enumeration |
Reason why a component or material was uninstalled from a production unit
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum UninstalledReason
Public Enumeration UninstalledReason
Members| Member name | Value | Description |
|---|
| DefectiveMaterial | 0 |
The component or material was defective, and had to be replaced.
|
| DefectiveInstallation | 1 |
The component or material was not installed correctly, and had to be replaced or re-installed
|
| IncorrectMaterial | 2 |
The wrong component or material was installed, and had to be replaced.
|
| Other | 3 |
The component or material was uninstalled for a reason not covered by this enumeration.
|
See Also