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

Syntax

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

Parameters

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

See Also

Availability

DraftSight V1R1.4