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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1