FLineIsPointAtEnd Method
Return a value indicating whether the provided point is at one of the
ends of the specified line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsPointAtEnd(
FLine line,
FPoint point
)
Public Shared Function IsPointAtEnd (
line As FLine,
point As FPoint
) As Boolean
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to test.
- point FPoint
-
The point to compare.
Boolean
True if the specified point is at one of the ends of the line.