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

name
Item ID of the item

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
Returns the DAOpcItem item definition object with the specified item ID.

Syntax

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

Parameters

name
Item ID of the item

Return Value

DAOpcItem definition object of the requested item.

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.