FLineHasSharedPoints Method
Return a value indicating whether the two lines have one or more
shared points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool HasSharedPoints(
FLine lineA,
FLine lineB
)
Public Shared Function HasSharedPoints (
lineA As FLine,
lineB As FLine
) As Boolean
No code example is currently available or this language may not be supported.
- lineA FLine
-
Reference to the first line to test for a shared point.
- lineB FLine
-
Reference to the second line to test for a shared point.
Boolean
True if the two lines share an intersecting point. Otherwise, false.