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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1345).

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TIfcPersistent
  • TIfcPersonAndOrganization

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property ThePerson: TIfcPerson read FThePerson write FThePerson;
Published property TheOrganization: TIfcOrganization read FTheOrganization write FTheOrganization;
Published property Roles: TIfcActorRoleList read FRoles;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1351).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1352).

Properties

Published property ThePerson: TIfcPerson read FThePerson write FThePerson;

Person who is related to the organization.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1355).

Published property TheOrganization: TIfcOrganization read FTheOrganization write FTheOrganization;

Organization to which the person is related.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1358).

Published property Roles: TIfcActorRoleList read FRoles;

Roles played by the person within the context of an organization.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1361).


Generated by PasDoc 0.17.0.snapshot.