LinearPath(ICollection<Point3D>) Constructor

3D point array constructor.
Public Sub New( _ 
ByVal points As ICollection(Of Point3D) _ 
)
This language is not supported or no code example is available.
public LinearPath( 
ICollection<Point3D> points 
)
This language is not supported or no code example is available.

Parameters

points
ICollection<Point3D>

The point array

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition