 | LightningProbabilityMinimumAltitudes Property |
Gets/Sets the minimum altitude of each flight segment in ft.
Namespace: ema3d.Api.V26.Charging.WorkflowAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic List<double> MinimumAltitudes { get; set; }Public Property MinimumAltitudes As List(Of Double)
Get
Set
public:
property List<double>^ MinimumAltitudes {
List<double>^ get ();
void set (List<double>^ value);
}member MinimumAltitudes : List<float> with get, set
Property Value
ListDouble
RemarksOnly applicable when 'SyncSTK' is false and 'UseDefaultFlightParameters' is false.
See Also