Nevron .NET Vision
Nevron.Chart.Windows Namespace / NSelection Class / GetFirstLevelParent Method


In This Topic
    GetFirstLevelParent Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetFirstLevelParent( _
       ByVal parent As NChartNode, _
       ByVal node As NChartNode _
    ) As NChartNode
    'Usage
     
    
    Dim instance As NSelection
    Dim parent As NChartNode
    Dim node As NChartNode
    Dim value As NChartNode
     
    value = instance.GetFirstLevelParent(parent, node)
    protected NChartNode GetFirstLevelParent( 
       NChartNode parent,
       NChartNode node
    )

    Parameters

    parent
    node
    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