FLineGetIntersectingLine Method
Return a reference to the first line intersecting the caller's point
from the supplied list of lines.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FLine GetIntersectingLine(
List<FLine> lines,
FPoint point
)
Public Shared Function GetIntersectingLine (
lines As List(Of FLine),
point As FPoint
) As FLine
No code example is currently available or this language may not be supported.
- lines ListFLine
-
Reference to a list of lines, one or more of which might contain
the caller's point.
- point FPoint
-
Reference to the point to compare.
FLine
Reference to the first line in the collection containing the caller's
point, if found. Otherwise, null.