Interface IIfcApprovalPropertyRelationship
Readonly interface for IfcApprovalPropertyRelationship
Inherited Members
Namespace: Xbim.Ifc2x3.Interfaces
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcApprovalPropertyRelationship : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceApproval
Declaration
IIfcApproval Approval { get; set; }
Property Value
Type | Description |
---|---|
IIfcApproval |
ApprovedProperties
Declaration
IItemSet<IIfcProperty> ApprovedProperties { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcProperty> |