ModificationStamp Constructor (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.
Namespace: Tekla.Structures.Model.History
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Parameters
- LocalStamp
- Type: SystemInt32
The local stamp to be used for fetching the model changes after the stamp. - ServerStamp
- Type: SystemInt32
The server stamp for fetching the external multi-user or synchronized model changes after the stamp.
See Also