OPC Studio User's Guide and Reference
BranchCount Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeCollection Class : BranchCount Property
The number of branches in this node collection.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property BranchCount As Integer
'Usage
 
Dim instance As NodeCollection
Dim value As Integer
 
value = instance.BranchCount
[Browsable(false)]
public int BranchCount {get;}
[Browsable(false)]
public:
property int BranchCount {
   int get();
}

Property Value

The default value of this property is 0.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also