| Revit Preview Release API |
| ElementRecord..::..HasBoundingBox Method |
| ElementRecord Class See Also |
Determines whether this element record has a bounding box.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2011
Syntax
| C# |
|---|
public bool HasBoundingBox() |
| Visual Basic |
|---|
Public Function HasBoundingBox As Boolean |
| Visual C++ |
|---|
public: bool HasBoundingBox() |