Click or drag to resize

LightningProbability Class

A wrapped lightning probability workflow class that allows accessing and modifying of a lightning probability workflow using the API.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.Charging.WorkflowLightningProbability

Namespace: ema3d.Api.V25.Charging.Workflow
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class LightningProbability

The LightningProbability type exposes the following members.

Properties
 NameDescription
Public propertyAircraftName Gets/Sets the name of the aircraft from STK. Only enabled when SyncSTK is true.
Public propertyConopsFactors Gets/Sets the conops factors in a comma separated string. Only enabled when SyncSTK is true or both SyncSTK and UseDefaultFlightParameters are false.
Public propertyFailAmplitude Gets/Sets the amplitude of failure.
Public propertyHardenedAttachPoints Gets/Sets the number of hardened attach points. Only enabled when Unhardened is true.
Public propertyMaximumAltitudes Gets/Sets the maximum altitude of each flight segment in ft. Only enabled when SyncSTK is false and UseDefaultFlightParameters is false.
Public propertyMinimumAltitudes Gets/Sets the minimum altitude of each flight segment in ft. Only enabled when SyncSTK is false and UseDefaultFlightParameters is false.
Public propertyRisk Gets/Sets the acceptable level of risk.
Public propertyScript Gets/Sets the workflow script to run.
Public propertySyncSTK Gets/Sets boolean indicating whether workflow should use mission data from STK.
Public propertyTimes Gets/Sets the time duration of each flight segment. Only enabled when SyncSTK is false and UseDefaultFlightParameters is false.
Public propertyUnhardened Gets/Sets whether there will be unhardened attach points.
Public propertyUnhardenedAttachPoints Gets/Sets the number of unhardened attach points. Only enabled when Unhardened is true.
Public propertyUseDefaultFlightParameters Gets/Sets whether to use the default flight parameters; Only enabled when SyncSTK is false;
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a new default LightningProbability within the document.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Executes the workflow.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also