Support Board
Date/Time: Fri, 14 Mar 2025 21:58:39 +0000
Post From: ACSIL GetNumLinesUntilFutureIntersection output not constrained to study id
[2022-06-27 21:41:14] |
User145575 - Posts: 20 |
Hello, I am seeing some weird behavior with both sc.GetNumLinesUntilFutureIntersection() and sc.GetStudyLineUntilFutureIntersectionByIndex(). Both accept a StudyID parameter, but when I loop through and look at the individual lines coming back from GetStudyLine...(), I think I'm seeing lines from other studies as well. In addition, whenever I trigger a study recalculation (either by setting sc.FlagFullRecalculate to 1, or going to the studies modal and clicking "OK"/"Apply", the return value of GetNumLines...() increases by a lot. Way more than I am creating in my own study, anyway (and I programmatically delete those anyway). Are these known behaviors? Thank you! |