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

In This Topic
    CheckDir<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub CheckDir(Of T As Point2D)( _
       ByVal outerPoints As IList(Of T), _
       ByVal innerPoints As IList(Of IList(Of T)) _
    ) 
    public static void CheckDir<T>( 
       IList<T> outerPoints,
       IList<IList<T>> innerPoints
    )
    where T: Point2D

    Parameters

    outerPoints
    innerPoints

    Type Parameters

    T
    See Also