EasyUA Reference
FetchInverseReferences Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : FetchInverseReferences Method

nodeId
The node id.

Glossary Item Box

Fetches the nodes that have a reference to the specified node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim nodeId As NodeId
Dim value As ReferenceDescriptionCollection
 
value = instance.FetchInverseReferences(nodeId)
C# 
public ReferenceDescriptionCollection FetchInverseReferences( 
   NodeId nodeId
)

Parameters

nodeId
The node id.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.