|
|
True if this intersects box
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Intersects ( _ box As BoundingBox2D _ ) As Boolean |
| C# |
|---|
public bool Intersects( BoundingBox2D box ) |
| Visual C++ |
|---|
public: bool Intersects( BoundingBox2D^ box ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'box' is null |
| System..::..ArgumentException | Argument 'box' has been Disposed |