OPC Studio User's Guide and Reference
SetItem Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeCollection Class : SetItem Method
Syntax
'Declaration
 
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As Node _
) 
'Usage
 
Dim instance As NodeCollection
Dim index As Integer
Dim item As Node
 
instance.SetItem(index, item)
protected override void SetItem( 
   int index,
   Node item
)
protected:
void SetItem( 
   int index,
   Node^ item
) override 

Parameters

index
item
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