ImportObjects method
- Last UpdatedJul 23, 2024
- 1 minute read
Imports objects into the Galaxy.
Class
IGalaxy
Syntax
[C#]
void ImportObjects(
string inputFile,
bool OverwritesAllowed
);
[Visual C++]
HRESULT ImportObjects(
[in] BSTR inputFile,
[in, optional, defaultvalue( 0 )]
VARIANT_BOOL OverwritesAllowed
);
Parameters
inputFile
The name of the input file -- can be aaPDF or aaPKG file. aaPDF is base Template file format and aaPKG is exported objects file format.
OverwritesAllowed
Indicates whether existing objects can be overwritten.
Remarks
User should be logged in.