Click or drag to resize

WalkerConstellationResultTPropagatorGetPlane Method

Gets a specific satellite orbital plane within the Walker constellation.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public WalkerConstellationPlane<TPropagator> GetPlane(
	int planeNumber
)

Parameters

planeNumber
Type: SystemInt32
The plane identifier of the desired Walker constellation orbital plane.

Return Value

Type: WalkerConstellationPlaneTPropagator
The desired WalkerConstellationPlaneTPropagator.
See Also