Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / IndexTriangle Class / GetThirdVertex Method

In This Topic
    GetThirdVertex Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetThirdVertex( _
       ByVal v1 As Integer, _
       ByVal v2 As Integer _
    ) As Integer
    public int GetThirdVertex( 
       int v1,
       int v2
    )

    Parameters

    v1
    v2
    See Also