Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NGenericTreeTemplate Class / CreateTree Method
document in which to create a tree


In This Topic
    CreateTree Method
    In This Topic
    Creates a tree in the specified document
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateTree( _
       ByVal document As NDrawingDocument _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NGenericTreeTemplate
    Dim document As NDrawingDocument
    Dim value As NNodeList
     
    value = instance.CreateTree(document)
    protected virtual NNodeList CreateTree( 
       NDrawingDocument document
    )

    Parameters

    document
    document in which to create a tree

    Return Value

    tree elements
    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