OPCDA.NET Reference Manual
Add(DAItemValue) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAItemSet Class > Add Method : Add(DAItemValue) Method

ival
Object to add.

Glossary Item Box

Add an DAItemValue object to the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal ival As DAItemValue _
) As Integer
C# 
public int Add( 
   DAItemValue ival
)

Parameters

ival
Object to add.

Return Value

Index of the added object in the collection.

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.