Utility.GetOuterIndex Method

Returns the outer loop index.
Public Shared Function GetOuterIndex( _ 
ByVal loops As IList(Of IList(Of Point2D)) _ 
) As Integer
This language is not supported or no code example is available.
public static int GetOuterIndex( 
IList<IList<Point2D>> loops 
)
This language is not supported or no code example is available.

Parameters

loops
IList<IList<Point2D>>

The list of 2D contours

Return Value

int

The outer loop index, -1 if the loops aren't nested.

.NET Framework

Supported in: 4.8

In this article

Definition