'Declaration
<ComVisibleAttribute(False)> Public MustInherit NotInheritable Class UAObjectIds
'Usage
Dim instance As UAObjectIds
[ComVisible(false)] public static class UAObjectIds
[ComVisible(false)] public ref class UAObjectIds abstract sealed
'Declaration
<ComVisibleAttribute(False)> Public MustInherit NotInheritable Class UAObjectIds
'Usage
Dim instance As UAObjectIds
[ComVisible(false)] public static class UAObjectIds
[ComVisible(false)] public ref class UAObjectIds abstract sealed
OPC Data Client-UA provides static classes with standard Node IDs defined by OPC Foundation: UADataTypeIds, UAMethodIds, UAObjectIds, UAObjectTypeIds, UAReferenceTypeIds, UAVariableIds, and UAVariableTypeIds. You can use properties of these static classes to easily specify “well-known” nodes you need to refer to, for example, the “ObjectsFolder” node which is a common starting node for browsing.
There are following classes with standard Node IDs for OPC-UA:
When you need to pass a standard node to any method, simply use the corresponding property from the static class, such as UAObjectIds.ObjectsFolder.
You can use the command-line OpcCmd Utility (installed with OPC Data Client, or downloadable separately) to:
System.Object
OpcLabs.EasyOpc.UA.AddressSpace.Standard.UAObjectIds