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: 26.1.424.0 (26.1.424.0)
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