Export method
- Last UpdatedJul 23, 2024
- 1 minute read
Export this script library.
Class
IScriptLibrary
Syntax
[C#]
void Export(
string path
);
[Visual C++]
HRESULT Export(
[in] BSTR path
);
Parameters
path
Path to copy the .aaslib file.
Export this script library.
IScriptLibrary
[C#]
void Export(
string path
);
[Visual C++]
HRESULT Export(
[in] BSTR path
);
path
Path to copy the .aaslib file.