TxGraph::Level

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

Synopsis

Declared in <txgraph.h>

enum class Level : int;

Members

NameDescription
TOP Refers to staging if it exists, main otherwise.
MAIN Always refers to the main graph, whether staging is present or not.