Revit 2025.3 API
Building |
Gets the boundary of current BuildingPad element.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<CurveLoop> GetBoundary()
Public Function GetBoundary As IList(Of CurveLoop)
public: IList<CurveLoop^>^ GetBoundary()
member GetBoundary : unit -> IList<CurveLoop>
Return Value
IListCurveLoopThe curve loops that represent the boundary of the BuildingPad.
See Also