Click or drag to resize

GroundSampleDistanceConstraint Constructor

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