| CentralBodyLayeredProjectedVolumeAccessConstraint Constructor (TimeIntervalCollectionListCartographic, IServiceProvider) | 
 
            Initializes an instance of the constraint with the specified 
TimeIntervalCollectionT of the points defining the constraint volume. The associated time intervals
            define the duration of validity of the points that comprise the constraint volume. The 
IServiceProvider specifies the object that provides a location, which is to be used to compute access. The tolerance defaults to 
Epsilon16 and the 
CentralBody defaults to 
Earth.
            
 
    Namespace: 
   AGI.Foundation.Access.Constraints
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic CentralBodyLayeredProjectedVolumeAccessConstraint(
	TimeIntervalCollection<List<Cartographic>> pointsDefiningConstraintVolume,
	IServiceProvider constrainedObjectLocationPointService
)
Public Sub New ( 
	pointsDefiningConstraintVolume As TimeIntervalCollection(Of List(Of Cartographic)),
	constrainedObjectLocationPointService As IServiceProvider
)
public:
CentralBodyLayeredProjectedVolumeAccessConstraint(
	TimeIntervalCollection<List<Cartographic>^>^ pointsDefiningConstraintVolume, 
	IServiceProvider^ constrainedObjectLocationPointService
)
new : 
        pointsDefiningConstraintVolume : TimeIntervalCollection<List<Cartographic>> * 
        constrainedObjectLocationPointService : IServiceProvider -> CentralBodyLayeredProjectedVolumeAccessConstraintParameters
- pointsDefiningConstraintVolume
- Type: AGI.Foundation.TimeTimeIntervalCollectionListCartographic
 The points that define the constraint volume.
- constrainedObjectLocationPointService
- Type: SystemIServiceProvider
 The IServiceProvider of the object that may potentially traverse the volume.
 See Also
See Also