OPCDA.NET Reference Manual
AddRange(DAOpcItem[]) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAOpcItems Class > AddRange Method : AddRange(DAOpcItem[]) Method

idefs
Array with the elements to be added.

Glossary Item Box

Add the objects in the array to the end of the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AddRange( _
   ByVal idefs() As DAOpcItem _
) 
C# 
public void AddRange( 
   DAOpcItem[] idefs
)

Parameters

idefs
Array with the elements to be added.

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.