Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 12:03:47 +0000



[User Discussion] - sc.UseTool question How to delete Muliple drawings that all originate at the same index

View Count: 833

[2015-08-11 06:15:44]
enemyspy - Posts: 304
I am aware to use this to delete a specific line number:
DeleteACSChartDrawing(int ChartNumber, int Tool, int LineNumber);
However I am in a situation where Multiple drawings exist at one index and once a certain condition is met they all need to be removed.

Is there a way to either use TOOL_DELETE_CHARTDRAWING where the line number is greater than or less than a certain value to remove all above that value?

Or some way to use the TOOL_DELETE_ALL but only for drawings originating at a specified index?

or some other way to do this?
Date Time Of Last Edit: 2015-08-11 06:16:42
[2015-08-11 06:18:52]
enemyspy - Posts: 304
Also each drawing at a particular index cannot share the same ID as I am using the UTAM_ADD_OR_ADJUST method. Any help is greatly appreciated.
[2015-08-11 17:45:47]
enemyspy - Posts: 304
I guess that means no?

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account