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