Share

acedArxLoad

C++

int acedArxLoad(
    const ACHAR * app
);

File

acedads.h

Description

Loads an ARX module.

Corresponds to the AutoLISP (arxload).

acedArxLoad() returns an error status code when the string parameter does not specify an existing file or when the file cannot be loaded for some other reason.

Parameters

Parameters Description
app Module to load

Was this information helpful?