OPCDA.NET Reference Manual
Item Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > SyncIOGroup Class : Item Method

name
IN: full item name such as plant1.heater5.temp

Glossary Item Box

Return the item object for the item with the specified name. The name must be full path name.

Syntax

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

Parameters

name
IN: full item name such as plant1.heater5.temp

Return Value

ItemDef object of the item or null (Nothing) if not found.

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.