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



View with Navigation Tools
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)

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