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



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > CompositeDataType Class > Remove Method : Remove(DataField) Method
The data field to be removed.

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

Removes the specified field.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal dataField As DataField _
) 
 
'Usage
 
Dim instance As CompositeDataType
Dim dataField As DataField
 
instance.Remove(dataField)

Parameters

dataField
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