Interface IIfcApprovalRelationship
Readonly interface for IfcApprovalRelationship
Inherited Members
Namespace: Xbim.Ifc4.Interfaces
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcApprovalRelationship : IIfcResourceLevelRelationship, IPersistEntity, IPersist
Properties
| Improve this Doc View SourceRelatedApprovals
Declaration
IItemSet<IIfcApproval> RelatedApprovals { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcApproval> |
RelatingApproval
Declaration
IIfcApproval RelatingApproval { get; set; }
Property Value
Type | Description |
---|---|
IIfcApproval |