IsParallelToLine Method (IMathLine) Send Feedback
See Also 
Result[out]
True if parallel within tolerance, false if not
Line
IMathLine
Tolerance
Parallel tolerance
Gets whether the specified mathematical line is parallel to this mathematical line within the specified tolerance.

Syntax

Visual Basic 
Function IsParallelToLine( _
   ByVal Line As MathLine, _
   ByVal Tolerance As System.Double _
) As System.Boolean
C# 
System.bool IsParallelToLine( 
   MathLine Line,
   System.double Tolerance
)
JavaScript 
IsParallelToLine( 
   Line : dsMathLine,
   Tolerance : Number
) : Boolean
COM native C++ 
HRESULT IsParallelToLine( 
   IMathLine* Line,
   DOUBLE Tolerance,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT IsParallelToLine( 
   dsMathLine* Line,
   double Tolerance,
   bool* Result
) 

Parameters

Line
IMathLine
Tolerance
Parallel tolerance
Result[out] or Return Value
True if parallel within tolerance, false if not
 

See Also

Availability

DraftSight V1R1.4