Share

AcEditorReactor::sysVarWillChange

C++

virtual void sysVarWillChange(
    const ACHAR*
);

Description

This callback indicates that an attempt is being made to change the varName system variable. This callback provides applications with the ability to find out what the original value of the system variable was before the value changed.

This callback is always called when a system variable is changed directly through the SETVAR command or by entering the variable name at the command line. For other built-in AutoCAD commands that provoke system variable changes, this notification is not guaranteed. If a system variable is changed through the API, sysVarChanged is called only if the new value is valid.

Parameters

Parameters Description
varName Passed in name of the system variable which is to be changed

Links

AcEditorReactor Class

Was this information helpful?