OpcRelativePathElement Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines a reference and browse name to follow.

C#

public class OpcRelativePathElement


Inheritance Object › OpcRelativePathElement

Name Description
OpcRelativePathElement(OpcName) Initializes a new instance of the OpcRelativePathElement class following HierarchicalReferences using the name specified.
OpcRelativePathElement(OpcName, OpcReferenceType) Initializes a new instance of the OpcRelativePathElement class following the referenceType and name specified.
Name Description
Direction Gets a value indicating in which direction the references shall be followed.
IncludeSubtypes Gets a value indicating whether subtypes of the type of reference identified by either ReferenceTypeId or ReferenceTypeName shall be followed as well.
Name Gets the BrowseName of the target node to follow.
ReferenceType Gets the according OpcReferenceType value for the ReferenceTypeId to follow.
ReferenceTypeId Gets the identifier of the rference to follow.
ReferenceTypeName Gets the OpcName used to follow a specific type of reference using its BrowseName to determine the according ReferenceTypeId while following the current element.
Name Description
ToString Returns a string representing the relative path element.