Executes scripts on AutoCAD LT LTCustomizer21 for AutoCAD LT reference manual
ActiveX
Function execute_script(watch_term As Boolean) As Boolean
C/C++
int WINAPI LTC_execute_script(BOOL watch_termination=TRUE);
parameter
watch_term:If True(TRUE), returns this function after script command terminated absolutely.
return value
ActiveX: True: success .False: failure
C/C++: 1: success .0: failure
reference