BuildingPadGetBoundary Method

Gets the boundary of current BuildingPad element.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<CurveLoop> GetBoundary()

Return Value

IListCurveLoop
The curve loops that represent the boundary of the BuildingPad.
See Also