Obtains the IFC-specific information regarding the connections between this wall and other elements.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<IFCConnectedWallData> GetConnectedWalls(
Wall pWallElem,
IFCConnectedWallDataLocation locaction
)
Parameters
- pWallElem Wall
-
The wall.
- locaction IFCConnectedWallDataLocation
-
The location on the wall from where the connections should be obtained. This should be either
IFCConnectedWallDataLocation.Start or IFCConnectedWallDataLocation.End.
Return Value
IList<IFCConnectedWallData>
The connection information.
Exceptions
See Also
Reference