 | LightningProbabilityAircraftName Property |
Gets/Sets the name of the aircraft from STK.
Namespace: ema3d.Api.V26.Charging.WorkflowAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic string AircraftName { get; set; }Public Property AircraftName As String
Get
Set
public:
property String^ AircraftName {
String^ get ();
void set (String^ value);
}member AircraftName : string with get, set
Property Value
String
RemarksThe aircraft name is only applicable when 'SyncSTK' is true.
See Also