Revit 2026 API
OpeningBoundary |
Retrieves the geometry information if the opening boundary is a rect.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<XYZ> BoundaryRect { get; }
Public ReadOnly Property BoundaryRect As IList(Of XYZ) Get
public: property IList<XYZ^>^ BoundaryRect { IList<XYZ^>^ get (); }
member BoundaryRect : IList<XYZ> with get
Property Value
IListXYZIf IsRectBoundary is false, this value is .
See Also