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


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

    Parameters

    node
    node whose ancestor to obtain

    Return Value

    first NDocument 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