Click or drag to resize

ElevationAngleConstraint Constructor

Overload List
  NameDescription
Public methodElevationAngleConstraint
Initializes a new instance with default values.
Public methodElevationAngleConstraint(Double)
Initializes a new instance with the specified minimum value.
Public methodElevationAngleConstraint(CentralBody, Double)
Initializes a new instance with the specified central body and minimum value.
Public methodElevationAngleConstraint(Double, Double)
Initializes a new instance with the specified minimum value and maximum value.
Protected methodElevationAngleConstraint(ElevationAngleConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodElevationAngleConstraint(CentralBody, Double, Double)
Initializes a new instance with the specified central body, minimum value, and maximum value.
Public methodElevationAngleConstraint(IServiceProvider, LinkRole, Double)
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
Public methodElevationAngleConstraint(IServiceProvider, LinkRole, CentralBody, Double)
Initializes a new instance with the specified constrained link, constrained link end, central body, and minimum value.
Public methodElevationAngleConstraint(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