GraphDirectionsDto
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.PipelineDataTransferObjects
Defines graph directions in graph queries
public enum GraphDirectionsDto
Inheritance Object → ValueType → Enum → GraphDirectionsDto
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description | 
|---|---|---|
| Inbound | 1 | All inbound directions (e. g. parent to child) | 
| Outbound | 2 | All outbound directions (e. g. child to parent) | 
| Any | 3 | All directions |