Point3D(Double()) Constructor

Double array constructor.
Public Sub New( _ 
ByVal coords As Double() _ 
)
This language is not supported or no code example is available.
public Point3D( 
double[] coords 
)
This language is not supported or no code example is available.

Parameters

coords
double[]

The XYZ coordinates as a double array

.NET Framework

Supported in: 4.8

In this article

Definition