Typo in tkMeasuringAction.MesuringStopped
Description
Should be MeasuringStopped
Activity
Show:
Jerry Faust
July 11, 2019, 6:40 PM
The MeasuringStopped enum has been defined with the same value as MesuringStopped, (being 2).
In this way, they can co-exist without breaking existing code while users remove references to the deprecated value.
Additionally, the call to the FireMeasuringChanged event has been updated with the new value.
Â
Paul Meems
June 8, 2019, 1:41 PM
Added new enum value (MeasuringStopped) and marked MesuringStopped as deprecated.
Also updated the documentation.