IntersectWithLinearObject Method (IMathLine) Send Feedback
See Also 
IntersectionPoint[out]
Point or null if LinearObject is nonintersecting
LinearObject
Linear object that intersects this mathematical line
Gets the point where this mathematical line intersects the specified linear object.

Syntax

Visual Basic 
Function IntersectWithLinearObject( _
   ByVal LinearObject As MathLine _
) As MathPoint
C# 
MathPoint IntersectWithLinearObject( 
   MathLine LinearObject
)
JavaScript 
IntersectWithLinearObject( 
   LinearObject : dsMathLine
) : Number
COM native C++ 
HRESULT IntersectWithLinearObject( 
   IMathLine* LinearObject,
   IMathPoint** IntersectionPoint
) 
C++ 
DSRESULT IntersectWithLinearObject( 
   dsMathLine* LinearObject,
   dsMathPoint** IntersectionPoint
) 

Parameters

LinearObject
Linear object that intersects this mathematical line
IntersectionPoint[out] or Return Value
Point or null if LinearObject is nonintersecting
 

See Also

Availability

DraftSight V1R1.4