TopographySurface.ArePointsDistinct
Method
Description:
Identify whether the input points are distinct in XY location.
Identify whether the input points are distinct in XY location.
Parameters
Parameter | Type | Description |
---|---|---|
points | IList | The points set to be checked. |
Return Value
Type | Description |
---|---|
Boolean | True if all points are distinct after ignoring the elevations, otherwise false. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | There are no points in the input points set. |
ArgumentNullException | A non-optional argument was null |