Support Board
Date/Time: Mon, 25 Nov 2024 14:38:47 +0000
Post From: ACSIL - Reading Graph arrays
[2014-02-08 17:00:24] |
ejtrader - Posts: 688 |
SC Team - Thanks for the reply. I am adjusting the code accordingly. Wondering if there is a function available to use the SubgraphName instead of ID. This would allow me the flexibility to change the subgraph order in the main program as needed. sc.GetStudyArrayUsingID() SCSubgraphRef SG = sc.Subgraph[0];
is it possible to pull the information by "SGTEST" rather than specifying the ID as '0' ?SG.Name = "SGTEST"; Thanks Date Time Of Last Edit: 2014-02-08 17:28:46
|