Add Method (IMathVector) Send Feedback
See Also 
Vector
IMathVector
Sets the current vector to the sum of its original value with the value of the specified vector.

Syntax

Visual Basic 
Sub Add( _
   ByVal Vector As MathVector _
) 
C# 
void Add( 
   MathVector Vector
)
JavaScript 
Add( 
   Vector : dsMathVector
)
COM native C++ 
HRESULT Add( 
   IMathVector* Vector
) 
C++ 
DSRESULT Add( 
   dsMathVector* Vector
) 

Parameters

Vector
IMathVector
 

See Also

Availability

DraftSight V1R1.4