Support Board
Date/Time: Mon, 21 Apr 2025 14:23:17 +0000
Post From: Copying drawings produced by studies automatically to another chart
[2025-03-04 13:06:43] |
DL-1992 - Posts: 8 |
Based on the links, I assume I could try to get a reference to the chart drawings produced by the TPO study, and then set s_UseTool::AddAsUserDrawnDrawing to 1 on them to allow them to be copied as usual, is that what you are suggesting? If so, I assume they don't count as user drawings by default. Could I use functions like sc.GetACSDrawingByIndex() and sc.GetACSDrawingsCount() to iterate over all existing drawings in the TPO chart to set the member on each one? If you could give me a hint on how to implement this correctly, that would be appreciated. |