|
|
Returns a negated version of this vector (all components negated)
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Negate As UnitVector3D |
| C# |
|---|
public UnitVector3D Negate() |
| Visual C++ |
|---|
public: UnitVector3D^ Negate() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |