ArePointsDistinct Method


Topography Surface Are Points Distinct Method


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool ArePointsDistinct(
	IList<XYZ> points
)

Parameters

points IList XYZ

Return Value

Boolean
See Also