Utility.GetUniqueVertices (IList<Point3D>) Method

Public Shared Function GetUniqueVertices( _ 
ByVal vertices As IList(Of Point3D) _ 
) As List(Of Point3D)
This language is not supported or no code example is available.
public static List<Point3D> GetUniqueVertices( 
IList<Point3D> vertices 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<Point3D>

Return Value

List<Point3D>

.NET Framework

Supported in: 4.8

In this article

Definition