DotNet.Astronomy.Record.NebulaNearby - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Astronomy / NebulaNearby

Record: NebulaNearby

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/Nebulae.cs:58

One catalogued nebula, and how far it is from a place that was asked about.

Constructors

new NebulaNearby()

new NebulaNearby(Name, System, X, Y, Z, Type, RegionId, DistanceLy)

Parameters

Name

string

The display name.

System

string

The system the nebula is catalogued at.

X

double

The system's galactic X in light years, with Sol at the origin.

Y

double

The system's galactic Y in light years.

Z

double

The system's galactic Z in light years.

Type

NebulaType

Which class of nebula this is.

RegionId

int

The number of the codex region the nebula sits in.

DistanceLy

double

The straight-line distance from the place asked about, in light years.

Properties

DistanceLy

DistanceLy: double

The straight-line distance from the place asked about, in light years.

Name

Name: string

The display name.

RegionId

RegionId: int

The number of the codex region the nebula sits in.

System

System: string

The system the nebula is catalogued at.

Type

Type: NebulaType

Which class of nebula this is.

X

X: double

The system's galactic X in light years, with Sol at the origin.

Y

Y: double

The system's galactic Y in light years.

Z

Z: double

The system's galactic Z in light years.

⚠️ **GitHub.com Fallback** ⚠️