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.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection<List<CentralBodyLayeredProjectedVolumeAccessConstraintVolumeLayer>> GetTimeIntervalCollectionOfVolumeLayers()
Public Function GetTimeIntervalCollectionOfVolumeLayers As TimeIntervalCollection(Of List(Of CentralBodyLayeredProjectedVolumeAccessConstraintVolumeLayer))
public:
TimeIntervalCollection<List<CentralBodyLayeredProjectedVolumeAccessConstraintVolumeLayer^>^>^ GetTimeIntervalCollectionOfVolumeLayers()
member GetTimeIntervalCollectionOfVolumeLayers : unit -> TimeIntervalCollection<List<CentralBodyLayeredProjectedVolumeAccessConstraintVolumeLayer>>
Return Value
Type:
TimeIntervalCollectionListCentralBodyLayeredProjectedVolumeAccessConstraintVolumeLayerA
TimeIntervalCollectionT of all of the
VolumeLayers.
Exceptions 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