Name property
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves the name of the Galaxy.
Class
IGalaxy
Syntax
[C#]
string Name { get; };
[Visual C++]
HRESULT Name(
[out, retval] BSTR* Galaxy
);
Parameters
Galaxy
Returns the name of the Galaxy.
Retrieves the name of the Galaxy.
IGalaxy
[C#]
string Name { get; };
[Visual C++]
HRESULT Name(
[out, retval] BSTR* Galaxy
);
Galaxy
Returns the name of the Galaxy.