AGI STK Astrogator 11Send comments on this topic.
ThrustEfficiencyMode Property (IAgVAManeuverFinite)
See Also 
Windows






Windows & Linux

Description

Thrust - the calculations that are effected by the thrust efficiency value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ThrustEfficiencyMode() As AgEVAThrustType
[C#]
public AgEVAThrustType ThrustEfficiencyMode {get; set;}
[Managed C++]
public: __property AgEVAThrustType get_ThrustEfficiencyMode();
public: __property void set_ThrustEfficiencyMode(
   AgEVAThrustType
);
[Unmanaged C++]
public: HRESULT get_ThrustEfficiencyMode(
   AgEVAThrustType * pRetVal
);
public: HRESULT put_ThrustEfficiencyMode(
   AgEVAThrustType NewThrustEfficiencyMode
);
[Java]
public AgEVAThrustType getThrustEfficiencyMode();public void setThrustEfficiencyMode(
   AgEVAThrustType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.