IntersectWithLinearObject Method (IMathLine)
Gets the point where this mathematical line intersects the specified linear object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithLinearObject( _
IMathLine* LinearObject As MathLine _
) As MathPoint |
C# | |
---|
MathPoint IntersectWithLinearObject(
MathLine LinearObject
) |
JavaScript | |
---|
IntersectWithLinearObject(
LinearObject : MathLine\n) : Number |
Parameters
- LinearObject
- Linear object that intersects this mathematical line
Parameters
- IntersectionPoint[out] or Return Value
- Point or null if LinearObject is nonintersecting
See Also
Availability
DraftSight V1R1.4