'DeclarationPublic Function Find( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal includeSubtypes As Boolean, _ ByVal typeTree As ITypeTable _ ) As IList(Of IReference)
'UsageDim instance As ReferenceCollection 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)
public IList<IReference> Find( NodeId referenceTypeId, bool isInverse, bool includeSubtypes, ITypeTable typeTree )
public: IList<IReference^>^ Find( NodeId^ referenceTypeId, bool isInverse, bool includeSubtypes, ITypeTable^ typeTree )
Parameters
- referenceTypeId
- The reference type identifier.
- isInverse
- if set to
truethis is inverse reference. - includeSubtypes
- if set to
truesubtypes are included. - typeTree
- The type tree.
Return Value
A list of references which match the specified criteria.