Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

ExportObjects method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Exports an object from the Galaxy.

Class

IgObjects

Syntax

[C#]

void ExportObjects(

EExportType exportType, string outputFile

);

[Visual C++]

HRESULT ExportObjects(

[in] EExportType exportType,

[in] BSTR outputFile

);

Parameters

exportType

Indicates whether to export to aaPKG file.

outputFile

The name of the output file. Appends extension if one is not specified.

In This Topic
Related Links