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