|
![]() |
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 Point3D _ ) As Vector3D |
C# |
---|
public Vector3D Subtract( Point3D point ) |
Visual C++ |
---|
public: Vector3D^ Subtract( Point3D^ point ) |
Parameters
- point
- Type: Autodesk.Navisworks.Api..::..Point3D
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..ArgumentNullException | Argument 'point' is null |
System..::..ArgumentException | Argument 'point' has been Disposed |