Method GetSystemName
GetSystemName(Type)
Retrieve the name of a system via its type.
Declaration
public static NativeText.ReadOnly GetSystemName(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Input type |
Returns
Type | Description |
---|---|
NativeText.ReadOnly | System name for the type |
GetSystemName(SystemTypeIndex)
Retrives the name of a system via its system index.
Declaration
public static NativeText.ReadOnly GetSystemName(SystemTypeIndex systemIndex)
Parameters
Type | Name | Description |
---|---|---|
SystemTypeIndex | systemIndex | System index to lookup the name for |
Returns
Type | Description |
---|---|
NativeText.ReadOnly | Returns the name of the system. Otherwise an empty string |