 | LightningProbabilityConopsFactors Property |
Gets/Sets the conops factors in a comma separated string.
Only enabled when SyncSTK is true or both SyncSTK and UseDefaultFlightParameters are false.
Namespace: ema3d.Api.V25.Charging.WorkflowAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic List<double> ConopsFactors { get; set; }
Public Property ConopsFactors As List(Of Double)
Get
Set
public:
property List<double>^ ConopsFactors {
List<double>^ get ();
void set (List<double>^ value);
}
member ConopsFactors : List<float> with get, set
Property Value
ListDouble
See Also