Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelectorTool Class / GetSelectedDrilledNodes Method


In This Topic
    GetSelectedDrilledNodes Method
    In This Topic
    For a given first level node gets the selected nodes to which the user has drilled excluding the specified excluded node
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetSelectedDrilledNodes( _
       ByVal firstNode As INNode, _
       ByVal excludedNode As INNode, _
       ByRef drilledNodes As NNodeList, _
       ByRef drilledNodesPaths As System.Collections.Generic.List(Of NNodeList) _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSelectorTool
    Dim firstNode As INNode
    Dim excludedNode As INNode
    Dim drilledNodes As NNodeList
    Dim drilledNodesPaths As System.Collections.Generic.List(Of NNodeList)
    Dim value As System.Boolean
     
    value = instance.GetSelectedDrilledNodes(firstNode, excludedNode, drilledNodes, drilledNodesPaths)
    protected virtual System.bool GetSelectedDrilledNodes( 
       INNode firstNode,
       INNode excludedNode,
       out NNodeList drilledNodes,
       out System.Collections.Generic.List<NNodeList> drilledNodesPaths
    )

    Parameters

    firstNode
    excludedNode
    drilledNodes
    drilledNodesPaths
    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