Click or drag to resize

AltitudeConstraint Constructor

Overload List
  NameDescription
Public methodAltitudeConstraint
Initializes a new instance with default values.
Public methodAltitudeConstraint(Double)
Initializes a new instance with the specified maximum value.
Protected methodAltitudeConstraint(AltitudeConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodAltitudeConstraint(CentralBody, Double)
Initializes a new instance with the specified central body and maximum value.
Public methodAltitudeConstraint(Double, Double)
Initializes a new instance with the specified minimum value and maximum value.
Public methodAltitudeConstraint(IServiceProvider, Double)
Initializes a new instance with the specified constrained object and maximum value.
Public methodAltitudeConstraint(CentralBody, Double, Double)
Initializes a new instance with the specified central body, minimum value, and maximum value.
Public methodAltitudeConstraint(IServiceProvider, CentralBody, Double)
Initializes a new instance with the specified constrained object, central body, and maximum value.
Public methodAltitudeConstraint(IServiceProvider, Double, Double)
Initializes a new instance with the specified constrained object, minimum value, and maximum value.
Public methodAltitudeConstraint(IServiceProvider, CentralBody, Double, Double)
Initializes a new instance with the specified constrained object, central body, minimum value, and maximum value.
Top
See Also