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
Syntax
public enum SharedModelStateEnum
Members
  Member nameValueDescription
OFFLINE0Service is not connected, no information about what user can do is available.
UNLOCKED1Service is unlocked and current model is shared. User can read in or write out depending on it the model is up-to-date.
WRITELOCK2Service is reserved for writing to another user. Current user can read in but not write out.
FULLLOCK3Service is reserved for investigation to another user. Current user cannot read in or write out.
NEEDJOIN4Service has current packet removed. Current local model cannot be used for sharing, model need to be joined again.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next