Retrieves the geometry information if the opening boundary is a rect.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<XYZ> BoundaryRect { get; }Property Value
IList<XYZ>
Remarks
If
IsRectBoundary is false, this value is
null.
See Also
Reference