Interface IIfcPort
Readonly interface for IfcPort
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPort : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ConnectedFrom
Declaration
IEnumerable<IIfcRelConnectsPorts> ConnectedFrom { get; }
Property Value
|
Improve this Doc
View Source
ConnectedTo
Declaration
IEnumerable<IIfcRelConnectsPorts> ConnectedTo { get; }
Property Value
|
Improve this Doc
View Source
ContainedIn
Declaration
IIfcRelConnectsPortToElement ContainedIn { get; }
Property Value