Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NTree Class / RemoveEdge Method


In This Topic
    RemoveEdge Method (NTree)
    In This Topic
    Removes the edge from the tree
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveEdge( _
       ByVal edge As NTreeEdge _
    ) 
    'Usage
     
    
    Dim instance As NTree
    Dim edge As NTreeEdge
     
    instance.RemoveEdge(edge)
    public virtual void RemoveEdge( 
       NTreeEdge edge
    )

    Parameters

    edge
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also