maeExportSetupForExplorer
maeExportSetupForExplorer(
t_session
)
=> t / nil
Description
Displays the Save A Copy form in ADE Explorer, which you can use to save the current setup. It is a callback function.
Arguments
Value Returned
Examples
Displays the Save A Copy form in the currently active ADE Explorer session.
maeExportSetupForExplorer(session)
=> t
Return to top