Topography
|
Identify whether the input points are distinct in XY location.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- points IList XYZ
- The points set to be checked.
Return Value
BooleanTrue if all points are distinct after ignoring the elevations, otherwise false.
| Exception | Condition |
|---|---|
| ArgumentException | There are no points in the input points set. |
| ArgumentNullException | A non-optional argument was null |