| Revit 2020.1 API | 
| Face..::..GetBoundingBox Method | 
| Face Class See Also | 
Returns the UV bounding box of the face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since: 2011
 Syntax
Syntax
| C# | 
|---|
| public BoundingBoxUV GetBoundingBox() | 
| Visual Basic | 
|---|
| Public Function GetBoundingBox As BoundingBoxUV | 
| Visual C++ | 
|---|
| public: BoundingBoxUV^ GetBoundingBox() |