Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / IndexLineEx Class / IndexLineEx Constructor / IndexLineEx Constructor(Int32,Int32,Int32)

In This Topic
    IndexLineEx Constructor(Int32,Int32,Int32)
    In This Topic
    Element index and vertex indices constructor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal elementIndex As Integer, _
       ByVal v1 As Integer, _
       ByVal v2 As Integer _
    )
    public IndexLineEx( 
       int elementIndex,
       int v1,
       int v2
    )

    Parameters

    elementIndex
    v1
    v2
    See Also