<Code Lib>
2022 Method
Changes 0
M

TopographySurface.ArePointsDistinct

Description:
Identify whether the input points are distinct in XY location.

public static bool ArePointsDistinct(
	IList<XYZ> points
)

  • IList<XYZ>
    points
    The points set to be checked.
Return Value bool True if all points are distinct after ignoring the elevations, otherwise false.

Loading…