Share

Opening.BoundaryRect Property

Retrieves the geometry information if the opening boundary is a rect.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<XYZ> BoundaryRect { get; }

Property Value

IList<XYZ>

Remarks

If IsRectBoundary is false, this value is nullptr.

See Also

Reference

Was this information helpful?