Class TIfcPersonAndOrganization
Unit
Declaration
type TIfcPersonAndOrganization = class(TIfcPersistent)
Description
Person acting on behalf of an organization.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPersonAndOrganization.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPersonAndOrganization
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property ThePerson: TIfcPerson read FThePerson write FThePerson; |
|
property TheOrganization: TIfcOrganization read FTheOrganization write FTheOrganization; |
|
property Roles: TIfcActorRoleList read FRoles; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property ThePerson: TIfcPerson read FThePerson write FThePerson; |
|
Person who is related to the organization. |
property TheOrganization: TIfcOrganization read FTheOrganization write FTheOrganization; |
|
Organization to which the person is related. |
property Roles: TIfcActorRoleList read FRoles; |
|
|
Generated by PasDoc 0.16.0-snapshot.