FAreaHasIntersection(FArea, FLine) Method
Return a value indicating whether the specified area intersects with
the provided line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool HasIntersection(
FArea area,
FLine line
)
Public Shared Function HasIntersection (
area As FArea,
line As FLine
) As Boolean
No code example is currently available or this language may not be supported.
- area FArea
-
Reference to the area to test.
- line FLine
-
Reference to the line to test.
Boolean
True if the supplied line intersects with the given intersection.
Otherwise, false.