IndexLine(Int32, Int32) Constructor

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

Parameters

v1
int

Index of the line start vertex

v2
int

Index of the line end vertex

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition