Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraint Properties

The CentralBodyLayeredProjectedVolumeAccessConstraint type exposes the following members.

Properties
  NameDescription
Public propertyAltitudeBoundaries
Gets or sets the ceiling heights of the altitude layers used to construct the layered volume access constraint.
Public propertyApplicability
Gets or sets the Access situation in which this constraint applies.
(Inherited from AccessConstraint.)
Public propertyCentralBody
Gets or sets the central body used in this constraint.
Public propertyConstrainedObject
Gets or sets the object to which this constraint applies.
Public propertyDebuggingLogger
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.)
Public propertyEvaluationOrder
Gets or sets a number indicating the evaluation order of this constraint relative to other constraints. All constraints involved in an AccessComputation or that share a common parent (e.g. AccessQueryAnd or AccessQueryOr) in an AccessQuery are sorted by this value before being evaluated in ascending order, so constraints with a lower evaluation order are evaluated earlier than constraints with a higher evaluation order.
(Inherited from AccessConstraint.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyPointsDefiningConstraintVolume
Gets or sets the Cartographic points that define the constraint volume. Each set of points has an associated TimeInterval that specifies the time window of the points that describe the constraint volume.
Public propertySampling
Gets an instance describing how this constraint is to be sampled.
(Inherited from AccessConstraint.)
Public propertyTolerance
Gets or sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
Top
See Also