ModificationStamp Class |
The ModificationStamp class provides the modification stamp for the objects of the model
that is currently open in Tekla Structures.
SystemObject
Tekla.Structures.Model.HistoryModificationStamp
Tekla.Structures.Model.HistoryModificationStamp
Namespace: Tekla.Structures.Model.History
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
The ModificationStamp type exposes the following members.
| Name | Description | |
|---|---|---|
| ModificationStamp |
Creates a new modification stamp instance where the current modification stamp is 0.
Can be used for fetching all the created or deleted model objects from the model history.
| |
| ModificationStamp(Int32, Int32) |
Creates a new modification stamp instance with the given local and server stamps.
Can be used for fetching from the model history all the model objects that have been created
or deleted after the specified stamp.
|
| Name | Description | |
|---|---|---|
| Guid | Guid representation | |
| LocalStamp |
The modification stamp for the local changes.
| |
| ServerStamp |
The modification stamp from the multi-user server for the external changes caused by
the saving of the multi-user model.
|