| Revit Preview Release API |
| ElementRecord..::..GetBoundingBox Method |
| ElementRecord Class See Also |
Gets the bounding box of the element record.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2011
Syntax
| C# |
|---|
public Outline GetBoundingBox() |
| Visual Basic |
|---|
Public Function GetBoundingBox As Outline |
| Visual C++ |
|---|
public: Outline^ GetBoundingBox() |