Login Page - Create Account

Support Board


Date/Time: Sat, 21 Jun 2025 12:08:41 +0000



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

[2022-05-01 13:05:57]
User907968 - Posts: 840
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();
}