Opc.Ua.RelativePath.RelativePath C# (CSharp) Method

RelativePath() public method

Creates a relative path to follow any hierarchial references to find the specified browse name.
public RelativePath ( Opc.Ua.QualifiedName browseName ) : System
browseName Opc.Ua.QualifiedName
return System
        public RelativePath(QualifiedName browseName) : this(ReferenceTypeIds.HierarchicalReferences, false, true, browseName)
        {
        }    

Same methods

RelativePath::RelativePath ( Opc.Ua.NodeId referenceTypeId, Opc.Ua.QualifiedName browseName ) : System
RelativePath::RelativePath ( Opc.Ua.NodeId referenceTypeId, bool isInverse, bool includeSubtypes, Opc.Ua.QualifiedName browseName ) : System