PropertyLineGetBoundary Method

Gets the boundary of current PropertyLine element.

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

Return Value

IListCurveLoop
The curve loops that represent the boundary of the PropertyLine element.
Exceptions
ExceptionCondition
InvalidOperationException Failed to get boundary of current PropertyLine element if it is not create by sketch.
See Also