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

Application Server

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.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in