Class TIfcOwnerHistory
Unit
Declaration
type TIfcOwnerHistory = class(TIfcPersistent)
Description
All history and identification related information.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcOwnerHistory.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1603).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcOwnerHistory
Overview
Properties
| Published | property OwningUser: TIfcPersonAndOrganization read FOwningUser write FOwningUser; |
| Published | property OwningApplication: TIfcApplication read FOwningApplication write FOwningApplication; |
| Published | property State: TIfcStateEnum read FState write FState
default TIfcStateEnum.NotDefined; |
| Published | property ChangeAction: TIfcChangeActionEnum read FChangeAction write FChangeAction
default TIfcChangeActionEnum.NotDefined; |
| Published | property LastModifiedDate: TIfcTimeStamp read FLastModifiedDate write FLastModifiedDate default 0; |
| Published | property LastModifyingUser: TIfcPersonAndOrganization read FLastModifyingUser write FLastModifyingUser; |
| Published | property LastModifyingApplication: TIfcApplication read FLastModifyingApplication write FLastModifyingApplication; |
| Published | property CreationDate: TIfcTimeStamp read FCreationDate write FCreationDate default 0; |
Description
Properties
| Published | property OwningUser: TIfcPersonAndOrganization read FOwningUser write FOwningUser; |
|
End user who currently "owns" this object. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1615). | |
| Published | property OwningApplication: TIfcApplication read FOwningApplication write FOwningApplication; |
|
Application which currently "owns" this object on behalf of the owning user of the application. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1619). | |
| Published | property State: TIfcStateEnum read FState write FState
default TIfcStateEnum.NotDefined; |
|
Current access state of the object. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1622). | |
| Published | property ChangeAction: TIfcChangeActionEnum read FChangeAction write FChangeAction
default TIfcChangeActionEnum.NotDefined; |
|
Actions associated with changes made to the object. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1626). | |
| Published | property LastModifiedDate: TIfcTimeStamp read FLastModifiedDate write FLastModifiedDate default 0; |
|
When the the last modification was made by LastModifyingUser and LastModifyingApplication. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1631). | |
| Published | property LastModifyingUser: TIfcPersonAndOrganization read FLastModifyingUser write FLastModifyingUser; |
|
User who carried out the last modification using LastModifyingApplication. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1634). | |
| Published | property LastModifyingApplication: TIfcApplication read FLastModifyingApplication write FLastModifyingApplication; |
|
Application used to make the last modification. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1637). | |
| Published | property CreationDate: TIfcTimeStamp read FCreationDate write FCreationDate default 0; |
|
When was the entity first created by the original OwningApplication. Once defined this value remains unchanged through the lifetime of the entity. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1641). | |
Generated by PasDoc 0.17.0.snapshot.