WalkerConstellationResult<TPropagator>.GetPlane 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Int32
The plane identifier of the desired Walker constellation orbital plane.
Return Value
Type:
WalkerConstellationPlane<TPropagator>The desired
WalkerConstellationPlane<TPropagator>.
See Also