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