OPC Studio User's Guide and Reference
LeafCount Property



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