Support Board
Date/Time: Thu, 09 Jan 2025 08:47:20 +0000
Post From: DeleteACSChartDrawing fails (returns zero)
[2016-07-14 00:50:02] |
onnb - Posts: 662 |
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
|