| Solid Edge Constants Type Library : HarnessSaveAsEcadStatusConstants Enumeration |
| Member | Value | Description |
|---|---|---|
| seHarnessSaveAsEcadStatus_Failed | 1 | The Save As ECAD operation has failed. |
| seHarnessSaveAsEcadStatus_FailedBadArgs | 2 | The Save As ECAD operation has failed. The SaveAsEcad api argument list is invalid. |
| seHarnessSaveAsEcadStatus_FailedBadConfig | 10 | The Save As ECAD operation has failed. The document format is invalid. |
| seHarnessSaveAsEcadStatus_FailedBoth | 9 | The Save As ECAD operation has failed. The component and connection document will not be created. |
| seHarnessSaveAsEcadStatus_FailedComps | 7 | The Save As ECAD operation has failed. A component document will not be created. |
| seHarnessSaveAsEcadStatus_FailedConns | 8 | The Save As ECAD operation has failed. A connection document will not be created. |
| seHarnessSaveAsEcadStatus_FailedDupComps | 5 | This harness contains duplicate components. The component and connection document will not be created. |
| seHarnessSaveAsEcadStatus_FailedDupConns | 6 | This harness contains duplicate connections. A connection document will not be created. |
| seHarnessSaveAsEcadStatus_FailedNoComps | 3 | This harness contains no components. A component document will not be created. |
| seHarnessSaveAsEcadStatus_FailedNoConns | 4 | This harness contains no connections. A connection document will not be created. |
| seHarnessSaveAsEcadStatus_Success | 0 | The input documents for the ECAD system have been successfully generated. |