Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 23:08:51 +0000



Post From: Set subgraph name works only after first default setup

[2022-05-01 13:05:57]
User907968 - Posts: 844
Automatic looping:

if (sc.Index == 0) {
sc.Subgraph[ID_OF_GRAPH].Name = mySCInputRef.GetSelectedCustomString();
}

Manual looping:

if (sc.UpdateStartIndex == 0) {
sc.Subgraph[ID_OF_GRAPH].Name = mySCInputRef.GetSelectedCustomString();
}