AGI STK Astrogator 11 Send comments on this topic.
ThrusterEfficiency Property (IAgVAThruster)
See Also 





Description

The thruster efficiency. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ThrusterEfficiency() As Double

[C#]
public double ThrusterEfficiency {get; set;}

[Managed C++]
public: __property double get_ThrusterEfficiency();
public: __property void set_ThrusterEfficiency(
double
);

[Unmanaged C++]
public: HRESULT get_ThrusterEfficiency(
double * pRetVal
);
public: HRESULT put_ThrusterEfficiency(
double NewThrusterEfficiency
);

[Java]
public double getThrusterEfficiency();public void setThrusterEfficiency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1