|
|
Multiplies every X, Y and Z coordinate in the Vector by a value and returns a new Vector with the result
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Multiply ( _ value As Double _ ) As Vector2D |
| C# |
|---|
public Vector2D Multiply( double value ) |
| Visual C++ |
|---|
public: Vector2D^ Multiply( double value ) |
Parameters
- value
- Type: System..::..Double
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |