Support Board
Date/Time: Mon, 03 Nov 2025 15:33:27 +0000
Post From: Looking for advise RE: Extend Terminated Line
| [2021-07-12 16:47:30] |
| User907968 - Posts: 847 |
|
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.
|
