uaPLUS Reference
Construct(Int32,Int32,Int32,UInt16) Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > AeParsedNodeId Class > Construct Method : Construct(Int32,Int32,Int32,UInt16) Method

eventType
Type of the event.
categoryId
The category id.
attributeId
The attribute id.
namespaceIndex
Index of the namespace.

Glossary Item Box

Constructs the NodeId for the attribute of the specified event type.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Construct( _
   ByVal eventType As Integer, _
   ByVal categoryId As Integer, _
   ByVal attributeId As Integer, _
   ByVal namespaceIndex As UShort _
) As NodeId
C# 
public static NodeId Construct( 
   int eventType,
   int categoryId,
   int attributeId,
   ushort namespaceIndex
)

Parameters

eventType
Type of the event.
categoryId
The category id.
attributeId
The attribute id.
namespaceIndex
Index of the namespace.

Return Value

The NodeId

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.