TopographySurface.ArePointsDistinct
Description:
Identify whether the input points are distinct in XY location.
Identify whether the input points are distinct in XY location.
public static bool ArePointsDistinct(
IList<XYZ> points
)
-
IList<XYZ>pointsThe points set to be checked.
Return Value
bool
True if all points are distinct after ignoring the elevations, otherwise false.
-
There are no points in the input points set.
-
A non-optional argument was NULL