OPC Studio User's Guide and Reference
RemoveItem Method



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

Parameters

index
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