Support Board
Date/Time: Thu, 27 Feb 2025 16:06:37 +0000
Post From: Looking for advise RE: Extend Terminated Line
[2021-07-12 16:47:30] |
User907968 - Posts: 833 |
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.
|