Class TIfcApplication
Unit
Declaration
type TIfcApplication = class(TIfcPersistent)
Description
IFC compliant application developed by an application developer.
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. |
property Version: TIfcLabel read FVersion write FVersion; |
|
Version number of this software as specified by the developer of the application. |
property ApplicationFullName: TIfcLabel read FApplicationFullName write FApplicationFullName; |
|
Full name of the application as specified by the application developer. |
property ApplicationIdentifier: TIfcIdentifier read FApplicationIdentifier write FApplicationIdentifier; |
|
Short identifying name for the application. |
Generated by PasDoc 0.16.0-snapshot.