Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraintGetTimeIntervalCollectionOfVolumeLayers Method

This helper method will create all of the layers for this constraint for all times data is available.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection<List<CentralBodyLayeredProjectedVolumeAccessConstraintVolumeLayer>> GetTimeIntervalCollectionOfVolumeLayers()

Return Value

Type: TimeIntervalCollectionListCentralBodyLayeredProjectedVolumeAccessConstraintVolumeLayer
A TimeIntervalCollectionT of all of the VolumeLayers.
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if PointsDefiningConstraintVolume is or has zero elements, CentralBody is , or if AltitudeBoundaries is or has zero elements.
Remarks
The points defining the constraint, time intervals for point validity, central body, and altitude boundaries must be defined in order to use this method.
See Also