GUI_markupParamsError
When setting markup dimensions using either applyAngleLength, applyAngleLengthSelected, applyWidthHeight, or applyWidthHeightSelected method, this callback event will return a text string 'outside' if the values cause the markup to exceed the boundaries of the drawing.
Callback Parameters
- onError: A string.
RxCore.GUI_markupParamsError.connect(function (onError) {
console.log("Error ", onError);
});