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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
RemarksThe 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