ModifiedObjectInfo Structure |
Modification info returned by History.
Namespace: Tekla.Structures.Model.History
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
The ModifiedObjectInfo type exposes the following members.
Fields
Name | Description | |
---|---|---|
IsAttributeChanged |
Whether the object attribute (UDA) has changed.
| |
IsCreated | Whether the object was created | |
IsModified |
Whether the object's has changed in a way that affects its numbering. This can include some UDA change.
| |
IsNumberingChanged |
Whether the numbering of object has changed.
| |
ModelObject |
Gets the object modified.
|
See Also