| 
 |   | 
The bounding box of the clash result.  For a group this is the union of the bounding boxes of all contained
results.
        
        Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Property BoundingBox As BoundingBox3D Get Set | 
| C# | 
|---|
| BoundingBox3D BoundingBox { get; set; } | 
| Visual C++ | 
|---|
| property BoundingBox3D^ BoundingBox { BoundingBox3D^ get (); void set (BoundingBox3D^ value); } | 
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed. | 
| System..::..NotSupportedException | Object is Read-Only. |