LinearPath(Point3D()) Constructor

Point list constructor.
Public Sub New( _ 
ByVal ParamArray points As Point3D() _ 
)
This language is not supported or no code example is available.
public LinearPath( 
params Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

The point list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition