LinearPath(Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal numVertices As Integer
)
This language is not supported or no code example is available.
public LinearPath( 
int numVertices 
)
This language is not supported or no code example is available.

Parameters

numVertices
int

Number of points

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition