OPCDA.NET Reference Manual
DAItemSet Constructor(String,DAItemValue[])
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAItemSet Class > DAItemSet Constructor : DAItemSet Constructor(String,DAItemValue[])

name
sets

Glossary Item Box

This constructor creates an object with the specified name and collection.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal sets() As DAItemValue _
)
C# 
public DAItemSet( 
   string name,
   DAItemValue[] sets
)

Parameters

name
sets

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.