uaPLUS Reference
FindItemAttribute Method
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > ComHdaClient Class : FindItemAttribute Method

itemId
The item id.
parent
attributeId
The attribute id.
namespaceIndex
Index of the namespace.

Glossary Item Box

Finds the UA defined component of the item.

Syntax

Visual Basic (Declaration) 
Public Function FindItemAttribute( _
   ByVal itemId As String, _
   ByVal parent As NodeState, _
   ByVal attributeId As UInteger, _
   ByVal namespaceIndex As UShort _
) As PropertyState
C# 
public PropertyState FindItemAttribute( 
   string itemId,
   NodeState parent,
   uint attributeId,
   ushort namespaceIndex
)

Parameters

itemId
The item id.
parent
attributeId
The attribute id.
namespaceIndex
Index of the namespace.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.