Enum CalcProgressEvent
Progress bar modes
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA.dll
Syntax
public enum CalcProgressEvent
Fields
| Name | Value | Description |
|---|---|---|
| ProgressAddOutput | ProgressAddOutput = 6 | Add item to output log |
| ProgressClearOutput | ProgressClearOutput = 7 | Clear output log |
| ProgressDisable | ProgressDisable = 3 | Disable |
| ProgressEnable | ProgressEnable = 4 | Enable |
| ProgressFinished | ProgressFinished = 8 | Notify finish |
| ProgressGetStatus | ProgressGetStatus = 5 | Get state |
| ProgressHide | ProgressHide = 12 | Hide progress log |
| ProgressReset | ProgressReset = 0 | Reset position to 0 |
| ProgressSetDestroyOnFinish | ProgressSetDestroyOnFinish = 9 | Set flag to destroy on finish |
| ProgressSetHideOnFinish | ProgressSetHideOnFinish = 10 | Set flag to hide on finish |
| ProgressSetPos | ProgressSetPos = 1 | Set position |
| ProgressSetText | ProgressSetText = 2 | Set text |
| ProgressShow | ProgressShow = 11 | Show progress log |