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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property ThePerson: TIfcPerson read FThePerson write FThePerson;

Person who is related to the organization.

Published property TheOrganization: TIfcOrganization read FTheOrganization write FTheOrganization;

Organization to which the person is related.

Published property Roles: TIfcActorRoleList read FRoles;

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


Generated by PasDoc 0.16.0-snapshot.