Skip to content

DotNet.Astronomy.Record.CodexRegion

github-actions[bot] edited this page Sep 20, 2026 · 11 revisions

EliteDangerousAlmanac / Astronomy / CodexRegion

Record: CodexRegion

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/CodexRegion.cs:41

One of the galaxy's codex regions.

Remarks

The area, the bounds and the middle are read off the region grid, whose cell is about 49 light years on a side. They are near enough to compare regions with, and they are not survey figures.

Constructors

new CodexRegion()

new CodexRegion(Id, Name, Grayscale, CellCount, AreaLy2, Bounds, Centroid)

Parameters

Id

int

The region's number, one through 42.

Name

string

The region name in English, such as Inner Orion Spur. For a player's own language, pass Id to Localization.DisplayText.CodexRegionName, which reads a separate catalogue.

Grayscale

int

The grey the region carries in the region map the data came from.

CellCount

int

How many cells of the region grid the region fills.

AreaLy2

double

About how much of the plane the region covers, in square light years.

Bounds

CodexRegionBounds

How far the region reaches on the plane.

Centroid

GalacticPlanePosition

The region's middle on the plane, weighted by its cells.

Properties

AreaLy2

AreaLy2: double

About how much of the plane the region covers, in square light years.

Bounds

Bounds: CodexRegionBounds

How far the region reaches on the plane.

CellCount

CellCount: int

How many cells of the region grid the region fills.

Centroid

Centroid: GalacticPlanePosition

The region's middle on the plane, weighted by its cells.

Grayscale

Grayscale: int

The grey the region carries in the region map the data came from.

Id

Id: int

The region's number, one through 42.

Name

Name: string

The region name in English, such as Inner Orion Spur. For a player's own language, pass Id to Localization.DisplayText.CodexRegionName, which reads a separate catalogue.

.NET

Guides
Astronomy
Classes (16)
Records (29)
Enumerations (6)
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
Enumerations (8)
GalaxyMap
Classes (1)
Records (1)
Localization
Classes (2)
Enumerations (1)
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
Records (115)
Interfaces (1)
Enumerations (35)

Clone this wiki locally