Opc.Ua.Node.FindTarget C# (CSharp) Method

FindTarget() public method

Returns a target of the specified reference type.
public FindTarget ( Opc.Ua.NodeId referenceTypeId, bool isInverse, int index ) : Opc.Ua.ExpandedNodeId
referenceTypeId Opc.Ua.NodeId The reference type id.
isInverse bool if set to true [is inverse].
index int The index.
return Opc.Ua.ExpandedNodeId
        public ExpandedNodeId FindTarget(
            NodeId referenceTypeId, 
            bool   isInverse,
            int    index)
        {
            return ReferenceTable.FindTarget(referenceTypeId, isInverse, false, null, index);
        }