| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IReferenceDictionary(Of T) Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim typeTree As ITypeTable Dim value As IList(Of IReference) value = instance.Find(referenceTypeId, isInverse, typeTree) | |
| C# | |
|---|---|
public IList<IReference> Find( NodeId referenceTypeId, bool isInverse, ITypeTable typeTree ) | |
Parameters
- referenceTypeId
- The reference type identifier.
- isInverse
- if set to
truethis is inverse reference. - typeTree
- The type tree.
Return Value
A list of references that match the direction and are subtypes of the reference type.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x