AutoDrawingsStatusEnum Enumeration |
The status of the AutoDrawing script execution.
Namespace: Tekla.Structures.Drawing.Automation
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
| Member name | Value | Description | |
|---|---|---|---|
| OPERATION_OK | 0 | The AutoDrawing script was executed without errors. | |
| OPERATION_FAILED | 1 | An error occured during the AutoDrawing script execution. See the AutoDrawing log file for more details. | |
| ERROR_NUMBERING_NOT_UPTODATE | 2 | The AutoDrawing script could not be executed because the numbering was not up-to-date. | |
| ERROR_DRAWING_EDITOR_MUST_BE_CLOSED | 3 | The command could not be executed because a drawing was open. Close the drawing and try again. |