OPC Studio User's Guide and Reference
Remove(String) Method



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > CompositeDataType Class > Remove Method : Remove(String) Method
Name of the data field to be removed.

The value of this parameter cannot be null (Nothing in Visual Basic).

Removes a data field using its field name.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal fieldName As String _
) 
 
'Usage
 
Dim instance As CompositeDataType
Dim fieldName As String
 
instance.Remove(fieldName)

Parameters

fieldName
Name of the data field to be removed.

The value of this parameter cannot be null (Nothing in Visual Basic).

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