Reports a bounding box of the geometry that this server submits for drawing.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2018
Syntax
| Visual Basic |
|---|
Function GetBoundingBox ( _
dBView As View _
) As Outline |
Parameters
- dBView
- Type: Autodesk.Revit.DB..::..View
The view where rendering will occur. If this argument is nullNothingnullptra null reference (Nothing in Visual Basic), a view-independent bounding box should be reported.
Return Value
The bounding box as an Outline.
Remarks
See Also