Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / IndexLine Class / IndexLine Constructor / IndexLine Constructor(Int32,Int32)
Index of the line start vertex
Index of the line end vertex

In This Topic
    IndexLine Constructor(Int32,Int32)
    In This Topic
    Standard constructor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal v1 As Integer, _
       ByVal v2 As Integer _
    )
    public IndexLine( 
       int v1,
       int v2
    )

    Parameters

    v1
    Index of the line start vertex
    v2
    Index of the line end vertex
    See Also