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

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

    Parameters

    v1
    v2
    edgesPerVertex
    See Also