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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ListDoubleSee Also