ScaleVector Method (IMathVector) Send Feedback
See Also 
ScaleFactor
Scale factor
Sets this vector to the product of its original value and the value of the specified scale factor.

Syntax

Visual Basic 
Sub ScaleVector( _
   ByVal ScaleFactor As System.Double _
) 
C# 
void ScaleVector( 
   System.double ScaleFactor
)
JavaScript 
ScaleVector( 
   ScaleFactor : Number
)
COM native C++ 
HRESULT ScaleVector( 
   DOUBLE ScaleFactor
) 
C++ 
DSRESULT ScaleVector( 
   double ScaleFactor
) 

Parameters

ScaleFactor
Scale factor
 

See Also

Availability

DraftSight V1R1.4