'DeclarationPublic Function Exists( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal targetId As ExpandedNodeId, _ ByVal includeSubtypes As Boolean, _ ByVal typeTree As ITypeTable _ ) As Boolean
'UsageDim instance As ReferenceCollection Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim targetId As ExpandedNodeId Dim includeSubtypes As Boolean Dim typeTree As ITypeTable Dim value As Boolean value = instance.Exists(referenceTypeId, isInverse, targetId, includeSubtypes, typeTree)
public bool Exists( NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId, bool includeSubtypes, ITypeTable typeTree )
public: bool Exists( NodeId^ referenceTypeId, bool isInverse, ExpandedNodeId^ targetId, bool includeSubtypes, ITypeTable^ typeTree )
Parameters
- referenceTypeId
- The reference type identifier.
- isInverse
- if set to
truethis is inverse reference. - targetId
- The target identifier.
- includeSubtypes
- if set to
truesubtypes are included. - typeTree
- The type tree.
Return Value
True if reference exists.