CreateGalaxyFromTemplate method
- Last UpdatedJul 23, 2024
- 1 minute read
Creates a new Galaxy from the template.
Class
IGRAccess
Syntax
[C#]
void CreateGalaxyFromTemplate(
string createGalaxyTemplateName,
string galaxyName,
string GRNodeName
);
[Visual C++]
HRESULT CreateGalaxyFromTemplate(
[in] BSTR CreateGalaxyTemplateName,
[in] BSTR galaxyName,
[in, optional] BSTR grNodeName,
[out, retval] IGalaxies** galaxies
);
Parameters
createGalaxyTemplateName
The template name to create the Galaxy.
galaxyName
The name to give the new Galaxy.
grNodeName
The name of the GR node (computer name). Blank or omitted means the current computer is the Galaxy Repository.