Interface IIfcDocumentReference
Readonly interface for IfcDocumentReference
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcDocumentReference : IIfcExternalReference, IfcLightDistributionDataSourceSelect, IIfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
DocumentRefForObjects
Declaration
IEnumerable<IIfcRelAssociatesDocument> DocumentRefForObjects { get; }
Property Value
|
Improve this Doc
View Source
ReferencedDocument
Declaration
IIfcDocumentInformation ReferencedDocument { get; set; }
Property Value