RangeRateConstraint Constructor (IServiceProvider, Double) | 
 
            Initializes a new instance with the specified constrained link, constrained link end, 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 RangeRateConstraint(
	IServiceProvider constrainedLink,
	double maximumValue
)
Public Sub New ( 
	constrainedLink As IServiceProvider,
	maximumValue As Double
)
public:
RangeRateConstraint(
	IServiceProvider^ constrainedLink, 
	double maximumValue
)
new : 
        constrainedLink : IServiceProvider * 
        maximumValue : float -> RangeRateConstraintParameters
- constrainedLink
 - Type: SystemIServiceProvider
The link to which this constraint is applied. - maximumValue
 - Type: SystemDouble
The maximum value, in meters per second. 
See Also