| Article | 60001133 |
| Type | Bug |
| Product | Engine |
| Version | 6017 |
| Date Added | 4/26/2010 |
| Fixed | (4/26/2010) |
| Submitted by | Graham Parker |
Summary
The following code raises an exception. public void ActiveDocument_ActionStart(object sender, string actionName, ref bool cancel) { if (actionName == "BaseAction_CmdMoveGripPoints") { cancel = true; return; } }
Solution
Fixed in 6018.
