UtilityEx.GetOuterIndex (IList<Polygon2D>) Method

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

Parameters

loops
IList<Polygon2D>

The list of 2D contours

Return Value

int

The outer loop index

.NET Framework

Supported in: 4.8

In this article

Definition