Class TIfcPerson
Unit
Declaration
type TIfcPerson = class(TIfcPersistent)
Description
Individual human being.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPerson.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPerson
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Identification: TIfcIdentifier read FIdentification write FIdentification; |
![]() |
property FamilyName: TIfcLabel read FFamilyName write FFamilyName; |
![]() |
property GivenName: TIfcLabel read FGivenName write FGivenName; |
![]() |
property MiddleNames: TCastleStringList read FMiddleNames; |
![]() |
property PrefixTitles: TCastleStringList read FPrefixTitles; |
![]() |
property SuffixTitles: TCastleStringList read FSuffixTitles; |
![]() |
property Roles: TIfcActorRoleList read FRoles; |
![]() |
property Addresses: TIfcAddressList read FAddresses; |
![]() |
property EngagedIn: TIfcPersonAndOrganizationList read FEngagedIn; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Identification: TIfcIdentifier read FIdentification write FIdentification; |
Identification of the person. |
![]() |
property FamilyName: TIfcLabel read FFamilyName write FFamilyName; |
The name by which the family identity of the person may be recognized. |
![]() |
property GivenName: TIfcLabel read FGivenName write FGivenName; |
The name by which a person is known within a family. |
![]() |
property MiddleNames: TCastleStringList read FMiddleNames; |
Additional names given to a person. |
![]() |
property PrefixTitles: TCastleStringList read FPrefixTitles; |
The word, or group of words, which specify the person's social and/or professional standing and appear before his/her names. |
![]() |
property SuffixTitles: TCastleStringList read FSuffixTitles; |
The word, or group of words, which specify the person's social and/or professional standing and appear after his/her names. |
![]() |
property Roles: TIfcActorRoleList read FRoles; |
|
![]() |
property Addresses: TIfcAddressList read FAddresses; |
Postal and telecommunication addresses of a person. |
![]() |
property EngagedIn: TIfcPersonAndOrganizationList read FEngagedIn; |
The inverse relationship to IfcPersonAndOrganization relationships in which IfcPerson is engaged. |
Generated by PasDoc 0.16.0-snapshot.