OPCDA.NET Reference Manual
GetItemID(String,String) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class > GetItemID Method : GetItemID(String,String) Method

path
IN: Item path
itemDataID
IN: Item id

Glossary Item Box

USED IN XDAGW-SS New 11-08-03 for DeltaV workaround Get the full item name of the specified name in the current branch. (IOPCBrowseServerAddressSpace::GetItemID ) If any error occurs an OPCException is thrown.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetItemID( _
   ByVal path As String, _
   ByVal itemDataID As String _
) As String
C# 
public string GetItemID( 
   string path,
   string itemDataID
)

Parameters

path
IN: Item path
itemDataID
IN: Item id

Return Value

fully qualified item name

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.