uaPLUS Reference
ConstructIdForInternalNode Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > AeModelUtils Class : ConstructIdForInternalNode Method

browseName
The browse name.
namespaceIndex
Index of the namespace.

Glossary Item Box

Constructs a NodeId from the BrowseName of an internal node.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConstructIdForInternalNode( _
   ByVal browseName As QualifiedName, _
   ByVal namespaceIndex As UShort _
) As NodeId
C# 
public static NodeId ConstructIdForInternalNode( 
   QualifiedName browseName,
   ushort namespaceIndex
)

Parameters

browseName
The browse name.
namespaceIndex
Index of the namespace.

Return Value

The node id.

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.