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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _CompositeDataType Interface : Remove Method
Name of the data field to be removed.
Removes a data field from the composite data type.
Removes a data field from the composite data type.
Syntax
'Declaration
 
Sub Remove( _
   ByVal fieldName As String _
) 
'Usage
 
Dim instance As _CompositeDataType
Dim fieldName As String
 
instance.Remove(fieldName)
void Remove( 
   string fieldName
)
void Remove( 
   String^ fieldName
) 

Parameters

fieldName
Name of the data 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