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