Click or drag to resize

CentralBodiesFacet.GetEnumerator Method

Enumerates the central bodies.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IEnumerator<CentralBody> GetEnumerator()

Return Value

Type: IEnumerator<CentralBody>
An enumerator for enumerating the central bodies.

Implements

IEnumerable<T>.GetEnumerator()
See Also