OPCDA.NET-UA
AddItems Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Group Class : AddItems Method

arrDef
Items to be added
aRslt
Error/success indications

Glossary Item Box

The defined items are added to the associated UA interop group.

Syntax

Visual Basic (Declaration) 
Public Function AddItems( _
   ByVal arrDef() As OPCDA.NET.OPCItemDef, _
   ByRef aRslt As OPCDA.NET.OPCItemResult() _
) As Integer
C# 
public int AddItems( 
   OPCDA.NET.OPCItemDef[] arrDef,
   out OPCDA.NET.OPCItemResult[] aRslt
)

Parameters

arrDef
Items to be added
aRslt
Error/success indications

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.