Login Page - Create Account

Support Board


Date/Time: Tue, 21 Apr 2026 10:31:01 +0000



Post From: DeleteACSChartDrawing fails (returns zero)

[2016-07-14 00:50:02]
onnb - Posts: 666
The following call call to DeleteACSChartDrawing returns zero and drawing objects are not deleted.
It does not do this in the past. What could cause it to return zero? In what cases does this method fail to delete drawing objects?


int ret = sc.DeleteACSChartDrawing(0, TOOL_DELETE_ALL, 0);
      
if (ret == 0)
{
sc.AddMessageToLog("Error deleting all drawings", 0);
}

Date Time Of Last Edit: 2016-07-14 00:50:28