| CentralBodyLayeredProjectedVolumeAccessConstraintAltitudeBoundaries Property  | 
 
            Gets or sets the ceiling heights of the altitude layers used to construct the layered volume access constraint.
            
 
    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 List<double> AltitudeBoundaries { get; set; }Public Property AltitudeBoundaries As List(Of Double)
	Get
	Set
public:
property List<double>^ AltitudeBoundaries {
	List<double>^ get ();
	void set (List<double>^ value);
}member AltitudeBoundaries : List<float> with get, set
Property Value
Type: 
ListDouble See Also
See Also