|
|
Creates a new vector from point to this
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Subtract ( _ point As Point2D _ ) As Vector2D |
| C# |
|---|
public Vector2D Subtract( Point2D point ) |
| Visual C++ |
|---|
public: Vector2D^ Subtract( 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 |