Nevron.Diagram Namespace / NSceneTreeViewControl Class / BuildTreeNodeToDiagramElementTable Method


BuildTreeNodeToDiagramElementTable Method
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)

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