IsCodirectionalTo Method (IMathVector) Send Feedback
See Also 
Result[out]
True if codirectional, false if not
Vector
IMathVector
Tolerance
Codirectional tolerance
Gets whether this vector is codirectional with the specified vector within the specified tolerance.

Syntax

Visual Basic 
Function IsCodirectionalTo( _
   ByVal Vector As MathVector, _
   ByVal Tolerance As System.Double _
) As System.Boolean
C# 
System.bool IsCodirectionalTo( 
   MathVector Vector,
   System.double Tolerance
)
JavaScript 
IsCodirectionalTo( 
   Vector : dsMathVector,
   Tolerance : Number
) : Boolean
COM native C++ 
HRESULT IsCodirectionalTo( 
   IMathVector* Vector,
   DOUBLE Tolerance,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT IsCodirectionalTo( 
   dsMathVector* Vector,
   double Tolerance,
   bool* Result
) 

Parameters

Vector
IMathVector
Tolerance
Codirectional tolerance
Result[out] or Return Value
True if codirectional, false if not
 

See Also

Availability

DraftSight V1R1.4