AltitudeConstraint Constructor (IServiceProvider, CentralBody, Double) | 
 
            Initializes a new instance with the specified constrained object, central body, 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 AltitudeConstraint(
	IServiceProvider constrainedObject,
	CentralBody centralBody,
	double maximumValue
)
Public Sub New ( 
	constrainedObject As IServiceProvider,
	centralBody As CentralBody,
	maximumValue As Double
)
public:
AltitudeConstraint(
	IServiceProvider^ constrainedObject, 
	CentralBody^ centralBody, 
	double maximumValue
)
new : 
        constrainedObject : IServiceProvider * 
        centralBody : CentralBody * 
        maximumValue : float -> AltitudeConstraintParameters
- constrainedObject
 - Type: SystemIServiceProvider
The object to which this constraint is applied. - centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body relative to which the altitude is computed. - maximumValue
 - Type: SystemDouble
The maximum allowed altitude value, in meters. 
Remarks
See Also