Selects which of the graphs (main or staging) an operation applies to.

Synopsis

Declared in <txgraph.h>

enum class Level : int;

Members

Name

Description

TOP

Refers to staging if it exists, main otherwise.

MAIN

Always refers to the main graph, whether staging is present or not.

Created with MrDocs