| Article | 70001856 |
| Type | Wish |
| Product | Engine |
| Version | 8005 |
| Date Added | 11/3/2020 12:00:00 AM |
| Fixed | 8.8006.0.4 (11/3/2020 12:00:00 AM) |
| Submitted by | Soon Hui Ngu |
Summary
cmdDistance to return a value and not display a message box
Solution
A new method is added to the CommandAction, cmdDistance(bool showdialog, out double distance) that returns the distance as a double and shows or not the message box with the result. Parameter showdialogresult: A boolean that controls if a message box with the result will be shown or not Parameter distance: A double value where the length is going to be returned. Returns a boolean value indicating if the operation was succesfull. Added in 8.8006.0.4
