Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTree Class / FirstAncestorNGroup Method
node whose ancestor to obtain


In This Topic
    FirstAncestorNGroup Method
    In This Topic
    Finds the first node ancestor of type NGroup
    Syntax
    'Declaration
     
    
    Public Shared Function FirstAncestorNGroup( _
       ByVal node As INNode _
    ) As NGroup
    'Usage
     
    
    Dim node As INNode
    Dim value As NGroup
     
    value = NSceneTree.FirstAncestorNGroup(node)
    public static NGroup FirstAncestorNGroup( 
       INNode node
    )

    Parameters

    node
    node whose ancestor to obtain

    Return Value

    first NGroup ancestor, or null if such ancestor does not exist
    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