Revit 2026 API
ApplicationNew |
Creates a three-dimensional rectangular box.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public BoundingBoxXYZ NewBoundingBoxXYZ()
Public Function NewBoundingBoxXYZ As BoundingBoxXYZ
public: BoundingBoxXYZ^ NewBoundingBoxXYZ()
member NewBoundingBoxXYZ : unit -> BoundingBoxXYZ
Return Value
BoundingBoxXYZSee Also