QuickOPC User's Guide and Reference
Remove Method (_StructuredData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _StructuredData Interface : Remove Method
The name of the field to be removed.
Removes generic data for the specified field from the structured data.
Syntax
'Declaration
 
Sub Remove( _
   ByVal fieldName As String _
) 
'Usage
 
Dim instance As _StructuredData
Dim fieldName As String
 
instance.Remove(fieldName)
void Remove( 
   string fieldName
)
void Remove( 
   String^ fieldName
) 

Parameters

fieldName
The name of the field to be removed.
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