ItemSpecifier ItemSpecifier
is either the OPCGroup’s ServerHandle, or the name of
an OPCGroup. Use Item to reference by index.
Remarks
This method will fail if the group is a public group. Refer to Appendix A - OPC Automation Error
Handling for information on OPC Automation Errors and Exceptions.
Example
‘ some more code here
MyGroups.Remove( “AnOPCGroupName” )
Set OneGroup = MyGroups.Add( “AnOPCGroupName” )
42
MyGroups.Remove(OneGroup.ServerHandle )