Selects which of the graphs (main or staging) an operation applies to.
Declared in <txgraph.h>
enum class Level : int;
| Name | Description |
|---|---|
TOP | Refers to staging if it exists, main otherwise. |
MAIN | Always refers to the main graph, whether staging is present or not. |