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


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

    Parameters

    node
    node whose ancestor to obtain

    Return Value

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