Click or drag to resize

CentralBodiesFacetGetByName Method

Gets a central body by name.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBody GetByName(
	string name
)

Parameters

name
Type: SystemString
The name of the central body to get.

Return Value

Type: CentralBody
The central body instance, or null if a central body with the specified name does not exist.
See Also