Utility.DoublesToPointArray3D Method

Converts an array of doubles to a an array of 3D points.
Public Shared Function DoublesToPointArray3D( _ 
ByVal listOfDoubles As Double() _ 
) As Point3D()
This language is not supported or no code example is available.
public static Point3D[] DoublesToPointArray3D( 
double[] listOfDoubles 
)
This language is not supported or no code example is available.

Parameters

listOfDoubles
double[]

An array of doubles

Return Value

Point3D[]

The 3D point array.

.NET Framework

Supported in: 4.8

In this article

Definition