Browses the address space and returns all of the supertypes of the specified type node.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function BrowseSuperTypes( _
ByVal session As Opc.Ua.Client.Session, _
ByVal typeId As Opc.Ua.NodeId, _
ByVal throwOnError As Boolean _
) As Opc.Ua.ReferenceDescriptionCollection
|
C# | |
---|
public static Opc.Ua.ReferenceDescriptionCollection BrowseSuperTypes(
Opc.Ua.Client.Session session,
Opc.Ua.NodeId typeId,
bool throwOnError
)
|
Parameters
- session
- The session.
- typeId
- The NodeId for a type node in the address space.
- throwOnError
- if set to
true
a exception will be thrown on an error.
Return Value
The references found. Null if an error occurred.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also