Click or drag to resize

ElevationAngleRateConstraint Constructor

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