OPCDA.NET Reference Manual
GetSet Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAItemSets Class : GetSet Method

name
name of the item definition set

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
Returns the DAItemSet object the specified name.

Syntax

Visual Basic (Declaration) 
Public Function GetSet( _
   ByVal name As String _
) As DAItemSet
C# 
public DAItemSet GetSet( 
   string name
)

Parameters

name
name of the item definition set

Return Value

DAItemSet object that contains a collection of DAItemValue objects.

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.