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

name
name of the item definition set

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function GetSetCopy( _
   ByVal name As String _
) As DAItemSet
C# 
public DAItemSet GetSetCopy( 
   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.