|
|
Compare points using a tolerance
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TolerantEquals ( _ point As Point2D _ ) As Boolean |
| C# |
|---|
public bool TolerantEquals( Point2D point ) |
| Visual C++ |
|---|
public: bool TolerantEquals( 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 |