2027 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 Boolean True if all points are distinct after ignoring the elevations, otherwise false.