Interface IIfcRelConnectsWithRealizingElements
Readonly interface for IfcRelConnectsWithRealizingElements
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRelConnectsWithRealizingElements : IIfcRelConnectsElements, IIfcRelConnects, IIfcRelationship, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ConnectionType
Declaration
IfcLabel? ConnectionType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RealizingElements
Declaration
IItemSet<IIfcElement> RealizingElements { get; }
Property Value