Class TIfcExternalReference
Unit
Declaration
type TIfcExternalReference = class(TIfcPersistent)
Description
Identification of information that is not explicitly represented in the current model. The Location (as a URL) is given to describe the place where the information can be found.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcExternalReference.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcExternalReference
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property Location: TIfcURIReference read FLocation write FLocation; |
|
property Identification: TIfcIdentifier read FIdentification write FIdentification; |
|
property Name: TIfcLabel read FName write FName; |
|
property HasExternalReferenceForResources: TIfcExternalReferenceRelationshipList read FHasExternalReferenceForResources; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property Location: TIfcURIReference read FLocation write FLocation; |
|
Location, where the external source (classification, document or library) can be accessed by electronic means. The electronic location is provided as an URI, and would normally be given as an URL location string. |
property Identification: TIfcIdentifier read FIdentification write FIdentification; |
|
Unique identifier of the referenced item within the external source (classification, document or library). |
property Name: TIfcLabel read FName write FName; |
|
Optional name to further specify the reference. It can provide a human readable identifier (which does not necessarily need to have a counterpart in the internal structure of the document). |
property HasExternalReferenceForResources: TIfcExternalReferenceRelationshipList read FHasExternalReferenceForResources; |
|
Reference to all associations between this external reference and objects within the IfcResourceObjectSelect that are tagged by the external reference. |
Generated by PasDoc 0.16.0-snapshot.