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.2.419.0 (24.2.419.0)
Syntax public WalkerConstellationPlane<TPropagator> GetPlane(
int planeNumber
)
Public Function GetPlane (
planeNumber As Integer
) As WalkerConstellationPlane(Of TPropagator)
public:
WalkerConstellationPlane<TPropagator>^ GetPlane(
int planeNumber
)
member GetPlane :
planeNumber : int -> WalkerConstellationPlane<'TPropagator>
Parameters
- planeNumber
- Type: SystemInt32
The plane identifier of the desired Walker constellation orbital plane.
Return Value
Type:
WalkerConstellationPlaneTPropagatorThe desired
WalkerConstellationPlaneTPropagator.
See Also