Support Board
Date/Time: Sun, 02 Nov 2025 09:36:40 +0000
Post From: Accessing a subgraph value at an index
| [2019-11-06 17:04:28] |
| User907968 - Posts: 847 |
|
you cannot assign a value to it like SC_OPEN when declaring it
This is not techically correct, 'SC_OPEN' is declared in scconstants.h as a const int with a value of 0. The following declarations amount to the same thing: SCSubgraphRef BarOpen = sc.Subgraph[0] SCSubgraphRef BarOpen = sc.Subgraph[SC_OPEN] |
