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


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

    Parameters

    node
    node whose ancestor to obtain

    Return Value

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