www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Returns a node's details, given its name.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public TreeNode hmGetNodeByName( string Name ) |
| Visual Basic (Declaration) |
|---|
Public Function hmGetNodeByName ( _ Name As String _ ) As TreeNode |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWin Dim Name As String Dim returnValue As TreeNode returnValue = instance.hmGetNodeByName(Name) |
| Visual C++ |
|---|
public: TreeNode^ hmGetNodeByName( String^ Name ) |
| J# |
|---|
public TreeNode hmGetNodeByName( String Name ) |
| JScript |
|---|
public function hmGetNodeByName( Name : String ) : TreeNode |
| JavaScript |
|---|
function hmGetNodeByName(Name); |
Parameters
- Name
- Type: System..::.String
The node name.
