Login Page - Create Account

Support Board


Date/Time: Fri, 12 Sep 2025 00:38:18 +0000



Post From: DeleteACSChartDrawing fails (returns zero)

[2016-07-14 00:50:02]
onnb - Posts: 663
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