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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > StructuredData Class : Remove Method
The name of the field to be removed.

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

Removes generic data for the specified field from the structured data.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal fieldName As String _
) 
'Usage
 
Dim instance As StructuredData
Dim fieldName As String
 
instance.Remove(fieldName)
public void Remove( 
   string fieldName
)
public:
void Remove( 
   String^ fieldName
) 

Parameters

fieldName
The name of the 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