OPC Labs EasyOPC-UA Library
UABrowsePathElementType Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePathElementType Enumeration
Description
The type of OPC-UA browse path element.

 

UUID: c800a6e9-4f95-4ed4-ae0c-06765785d0c2

 

For more information, see UABrowsePathElementType in .NET Reference.

Members
MemberValueDescription
UABrowsePathElementType_AnyComponent1Any subtype of Aggregates reference type should be followed ('.'). Beware of the misleading name!
UABrowsePathElementType_AnyHierarchical0Any hierarchical reference should be followed ('/'). This is the default element type.
UABrowsePathElementType_ForwardReference2The forward reference identified by the browse name should be followed.
UABrowsePathElementType_InverseReference3The inverse reference identified by the browse name should be followed.
Remarks

For remarks, see UABrowsePathElementType in .NET Reference.

Example

For examples, see UABrowsePathElementType in .NET Reference.