Support Board
Date/Time: Sat, 21 Mar 2026 20:28:31 +0000
Post From: Looking for advise RE: Extend Terminated Line
| [2021-07-12 16:47:30] |
| User907968 - Posts: 866 |
|
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.
|
