'Declaration
Public Sub AddReference( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal targetId As ExpandedNodeId _ )
'Usage
Dim instance As NodeState Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim targetId As ExpandedNodeId instance.AddReference(referenceTypeId, isInverse, targetId)
public void AddReference( NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId )
public: void AddReference( NodeId^ referenceTypeId, bool isInverse, ExpandedNodeId^ targetId )
Parameters
- referenceTypeId
- Type of the reference.
- isInverse
- If set to
true
the refernce is an inverse reference. - targetId
- The target of the reference.