ThirdBodyElevationAngleConstraint Constructor (IServiceProvider, CentralBody, Point, Double, Double) | 
 
            Initializes a new instance with the specified constrained object, central body, third body point,
            minimum value, and maximum 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 ThirdBodyElevationAngleConstraint(
	IServiceProvider constrainedObject,
	CentralBody centralBody,
	Point thirdBodyPoint,
	double minimumValue,
	double maximumValue
)
Public Sub New ( 
	constrainedObject As IServiceProvider,
	centralBody As CentralBody,
	thirdBodyPoint As Point,
	minimumValue As Double,
	maximumValue As Double
)
public:
ThirdBodyElevationAngleConstraint(
	IServiceProvider^ constrainedObject, 
	CentralBody^ centralBody, 
	Point^ thirdBodyPoint, 
	double minimumValue, 
	double maximumValue
)
new : 
        constrainedObject : IServiceProvider * 
        centralBody : CentralBody * 
        thirdBodyPoint : Point * 
        minimumValue : float * 
        maximumValue : float -> ThirdBodyElevationAngleConstraintParameters
- constrainedObject
 - Type: SystemIServiceProvider
The object to which this constraint is applied. - centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body relative to which the elevation angle is computed. - thirdBodyPoint
 - Type: AGI.Foundation.GeometryPoint
The center of mass point of the third body. - minimumValue
 - Type: SystemDouble
The minimum required elevation angle, in radians. - maximumValue
 - Type: SystemDouble
The maximum required elevation angle, in radians. 
Remarks
See Also