Click or drag to resize

LinkGraphDirection Enumeration

Identifies the link direction required during a traversal of the LinkGraph.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum LinkGraphDirection
Members
  Member nameDescription
Ignore The direction of the signal is ignored.
Transmit The initial object is transmitting to the final object.
Receive The initial object is receiving from the final object.
See Also