Utility.GetConversionIndices (IList<Point3D>, List<Point3D>) Method

Public Shared Function GetConversionIndices( _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal uniqueVertices As List(Of Point3D) _ 
) As Integer()
This language is not supported or no code example is available.
public static int[] GetConversionIndices( 
IList<Point3D> vertices
List<Point3D> uniqueVertices 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<Point3D>

uniqueVertices
List<Point3D>

Return Value

int[]

.NET Framework

Supported in: 4.8

In this article

Definition