OPCDA.NET Reference Manual
RemoveItems Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcGroup Class : RemoveItems Method

arrHSrv
IN: Array with the server handles of the items to be removed
arrErr

Glossary Item Box

Remove a set of items from the group. ( IOPCItemMgt::RemoveItems )

Syntax

Visual Basic (Declaration) 
Public Function RemoveItems( _
   ByVal arrHSrv() As Integer, _
   ByRef arrErr As Integer() _
) As Integer
C# 
public int RemoveItems( 
   int[] arrHSrv,
   out int[] arrErr
)

Parameters

arrHSrv
IN: Array with the server handles of the items to be removed
arrErr

Return Value

HRESULT success/error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.