Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / IndexLineComparer Class / Compare Method

In This Topic
    Compare Method (IndexLineComparer)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Compare( _
       ByVal l1 As IndexLine, _
       ByVal l2 As IndexLine _
    ) As Integer
    public int Compare( 
       IndexLine l1,
       IndexLine l2
    )

    Parameters

    l1
    l2
    See Also