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.V26.Charging.WorkflowLightningProbability

Namespace: ema3d.Api.V26.Charging.Workflow
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.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.
Public propertyConopsFactors Gets/Sets the conops factors in a comma separated string.
Public propertyFailAmplitude Gets/Sets the amplitude of failure.
Public propertyHardenedAttachPoints Gets/Sets the number of hardened attach points.
Public propertyMaximumAltitudes Gets/Sets the maximum altitude of each flight segment in ft.
Public propertyMinimumAltitudes Gets/Sets the minimum altitude of each flight segment in ft.
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.
Public propertyUnhardened Gets/Sets whether there will be unhardened attach points.
Public propertyUnhardenedAttachPoints Gets/Sets the number of unhardened attach points.
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