| Revit 2017 API |
| GeometryElement..::..GetBoundingBox Method |
| GeometryElement Class See Also |
Retrieves a box that encloses the geometry element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2013
Syntax
| C# |
|---|
public BoundingBoxXYZ GetBoundingBox() |
| Visual Basic |
|---|
Public Function GetBoundingBox As BoundingBoxXYZ |
| Visual C++ |
|---|
public: BoundingBoxXYZ^ GetBoundingBox() |