Utility.DeepCopyVertices Method

Point3D array deep copy.
Public Shared Function DeepCopyVertices( _ 
ByVal toCopy As Point3D() _ 
) As Point3D()
This language is not supported or no code example is available.
public static Point3D[] DeepCopyVertices( 
Point3D[] toCopy 
)
This language is not supported or no code example is available.

Parameters

toCopy
Point3D[]

The array of vertices to be copied

Return Value

Point3D[]

The deeply copied array.

.NET Framework

Supported in: 4.8

In this article

Definition