Interface IIfcDocumentInformationRelationship
Readonly interface for IfcDocumentInformationRelationship
Assembly: Xbim.Ifc4.dll
public interface IIfcDocumentInformationRelationship : IIfcResourceLevelRelationship, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcDocumentInformation> RelatedDocuments { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcDocumentInformation RelatingDocument { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcLabel? RelationshipType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|