Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetOuterIndexInternal<T> Method

In This Topic
    GetOuterIndexInternal<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetOuterIndexInternal(Of T As Point2D)( _
       ByVal loops As IList(Of IList(Of T)) _
    ) As Integer
    public static int GetOuterIndexInternal<T>( 
       IList<IList<T>> loops
    )
    where T: Point2D

    Parameters

    loops

    Type Parameters

    T
    See Also