uaPLUS Reference
ConstructIdForHdaItemAttribute Method
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > HdaModelUtils Class : ConstructIdForHdaItemAttribute Method

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

Glossary Item Box

Constructs the node id for an item attribute.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConstructIdForHdaItemAttribute( _
   ByVal itemId As String, _
   ByVal attributeId As UInteger, _
   ByVal namespaceIndex As UShort _
) As NodeId
C# 
public static NodeId ConstructIdForHdaItemAttribute( 
   string itemId,
   uint attributeId,
   ushort namespaceIndex
)

Parameters

itemId
The item id.
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.