 | LightningProbabilityRisk Property |
Gets/Sets the acceptable level of risk.
Namespace: ema3d.Api.V26.Charging.WorkflowAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic double Risk { get; set; }Public Property Risk As Double
Get
Set
public:
property double Risk {
double get ();
void set (double value);
}member Risk : float with get, set
Property Value
Double
RemarksThe risk is only applicable when the chosen script is 'AcceptableRiskToAmplitude'.
See Also