Application.NewBoundingBoxXYZ Method

ApplicationNewBoundingBoxXYZ Method

Creates a three-dimensional rectangular box.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public BoundingBoxXYZ NewBoundingBoxXYZ()
Public Function NewBoundingBoxXYZ As BoundingBoxXYZ
public:
BoundingBoxXYZ^ NewBoundingBoxXYZ()
member NewBoundingBoxXYZ : unit -> BoundingBoxXYZ 

Return Value

BoundingBoxXYZ
See Also