Class TIfcApplication
Unit
Declaration
type TIfcApplication = class(TIfcPersistent)
Description
IFC compliant application developed by an application developer.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1563).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcApplication
Overview
Properties
![]() |
property ApplicationDeveloper: TIfcOrganization read FApplicationDeveloper write FApplicationDeveloper; |
![]() |
property Version: TIfcLabel read FVersion write FVersion; |
![]() |
property ApplicationFullName: TIfcLabel read FApplicationFullName write FApplicationFullName; |
![]() |
property ApplicationIdentifier: TIfcIdentifier read FApplicationIdentifier write FApplicationIdentifier; |
Description
Properties
![]() |
property ApplicationDeveloper: TIfcOrganization read FApplicationDeveloper write FApplicationDeveloper; |
|
Name of the application developer. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1571). | |
![]() |
property Version: TIfcLabel read FVersion write FVersion; |
|
Version number of this software as specified by the developer of the application. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1574). | |
![]() |
property ApplicationFullName: TIfcLabel read FApplicationFullName write FApplicationFullName; |
|
Full name of the application as specified by the application developer. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1577). | |
![]() |
property ApplicationIdentifier: TIfcIdentifier read FApplicationIdentifier write FApplicationIdentifier; |
|
Short identifying name for the application. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1580). | |
Generated by PasDoc 0.17.0.snapshot.
