Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetEdge Method

In This Topic
    GetEdge Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetEdge( _
       ByVal v1 As Integer, _
       ByVal v2 As Integer, _
       ByVal edgesPerVertex As IList(Of LinkedList(Of SharedEdge)) _
    ) As SharedEdge
    public static SharedEdge GetEdge( 
       int v1,
       int v2,
       IList<LinkedList<SharedEdge>> edgesPerVertex
    )

    Parameters

    v1
    v2
    edgesPerVertex
    See Also