Support Board
Date/Time: Mon, 15 Sep 2025 14:28:00 +0000
Post From: Looking for advise RE: Extend Terminated Line
[2021-07-12 16:47:30] |
User907968 - Posts: 844 |
Once you know the termination index (which I assume you are getting using - ACSIL Interface Members - Functions: sc.GetStudyLineUntilFutureIntersection()), you could do as you mentioned above (add a new line) or you could modify the existing line using (ACSIL Interface Members - Functions: sc.AddLineUntilFutureIntersectionEx()) with the 'LineIDForBar' member set.
|