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