GraphContextDirection Enum

Definition

Enumeration of possible GraphContext search directions.

public enum class GraphContextDirection
public enum GraphContextDirection
type GraphContextDirection = 
Public Enum GraphContextDirection
Inheritance
GraphContextDirection

Fields

Any 0

Search in any direction.

ContainedBy 272

Search towards containment link sources.

Contains 257

Search towards containment link targets.

Custom 65536

Perform a custom action.

Self 4096

Do not search along links. Just execute on the input nodes.

Source 16

Search towards link sources.

Target 1

Search towards link targets.

Applies to