|
|
Translates a point by a vector to produce a new point
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Add ( _ vector As Vector2D _ ) As Point2D |
| C# |
|---|
public Point2D Add( Vector2D vector ) |
| Visual C++ |
|---|
public: Point2D^ Add( Vector2D^ vector ) |
Parameters
- vector
- Type: Autodesk.Navisworks.Api..::..Vector2D
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'vector' is null |
| System..::..ArgumentException | Argument 'vector' has been Disposed |