ElevationAngleConstraint Constructor (CentralBody, Double) |
Initializes a new instance with the specified central body and minimum value.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ElevationAngleConstraint(
CentralBody centralBody,
double minimumValue
)
Public Sub New (
centralBody As CentralBody,
minimumValue As Double
)
public:
ElevationAngleConstraint(
CentralBody^ centralBody,
double minimumValue
)
new :
centralBody : CentralBody *
minimumValue : float -> ElevationAngleConstraint
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The central body relative to which the elevation angle is computed. - minimumValue
- Type: System.Double
The minimum required elevation angle, in radians.
Remarks
See Also