Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IReferenceCollection Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim includeSubtypes As Boolean Dim typeTree As ITypeTable Dim value As IList(Of IReference) value = instance.Find(referenceTypeId, isInverse, includeSubtypes, typeTree) |
C# | |
---|---|
IList<IReference> Find( NodeId referenceTypeId, bool isInverse, bool includeSubtypes, ITypeTable typeTree ) |
Parameters
- referenceTypeId
- The reference type identifier.
- isInverse
- if set to
true
this is inverse reference. - includeSubtypes
- if set to
true
subtypes are included. - typeTree
- The type tree.
Return Value
A list of references which match the specified criteria.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x