Share

acedArxUnload

C++

int acedArxUnload(
    const ACHAR * app
);

File

acedads.h

Description

Unloads an ARX module.

Corresponds to the AutoLISP (arxunload) function.

The acedArxUnload() function returns an error status code when the string parameter does not specify a loaded ARX program or when the program to be unloaded has dependents registered on its services.

Parameters

Parameters Description
app Aapplication to unload

Was this information helpful?