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

name
Alias of the item

Glossary Item Box

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

Syntax

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

Parameters

name
Alias 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.