| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum LinkGraphDirection
Public Enumeration LinkGraphDirection
public enum class LinkGraphDirection
 Members
Members|  | Member name | Description | 
|---|
|  | 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
See Also