Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTreeViewControl Class / BuildTreeNodeToDiagramElementTable Method


In This Topic
    BuildTreeNodeToDiagramElementTable Method
    In This Topic
    Builds a hashtable in which the key is a TreeNode and the value is an INDiagramElement
    Syntax
    'Declaration
     
    
    Public Overridable Sub BuildTreeNodeToDiagramElementTable( _
       ByVal parentNode As System.Windows.Forms.TreeNode, _
       ByRef table As System.Collections.Hashtable _
    ) 
    'Usage
     
    
    Dim instance As NSceneTreeViewControl
    Dim parentNode As System.Windows.Forms.TreeNode
    Dim table As System.Collections.Hashtable
     
    instance.BuildTreeNodeToDiagramElementTable(parentNode, table)
    public virtual void BuildTreeNodeToDiagramElementTable( 
       System.Windows.Forms.TreeNode parentNode,
       ref System.Collections.Hashtable table
    )

    Parameters

    parentNode
    table
    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