Visual Basic (Declaration) | |
---|---|
Public Function GetTree( _ ByVal bType As OPCAE.OPCAEBrowseType, _ ByVal filterCriteria As String, _ ByRef tree As TreeNode() _ ) As Integer |
C# | |
---|---|
public int GetTree( OPCAE.OPCAEBrowseType bType, string filterCriteria, out TreeNode[] tree ) |
Parameters
- bType
- Browse type filter.
- filterCriteria
- Name filter.
- tree
- Returned TreeNode structure with all browsed nodes.