SharedModelStateEnum Enumeration |
Specifies the state of a shared model in the Tekla Structures sharing service.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
| Member name | Value | Description | |
|---|---|---|---|
| OFFLINE | 0 | Service is not connected, no information about what user can do is available. | |
| UNLOCKED | 1 | Service is unlocked and current model is shared. User can read in or write out depending on it the model is up-to-date. | |
| WRITELOCK | 2 | Service is reserved for writing to another user. Current user can read in but not write out. | |
| FULLLOCK | 3 | Service is reserved for investigation to another user. Current user cannot read in or write out. | |
| NEEDJOIN | 4 | Service has current packet removed. Current local model cannot be used for sharing, model need to be joined again. |