AGI STK Astrogator 11 Send comments on this topic.
PercentThrottle Property (IAgVAEngineIon)
See Also 





Description

The percentage of available thrust to use (100 is full on, 0 is off). Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_PercentThrottle();
public: __property void set_PercentThrottle(
double
);

[Unmanaged C++]
public: HRESULT get_PercentThrottle(
double * pRetVal
);
public: HRESULT put_PercentThrottle(
double NewPercentThrottle
);

[Java]
public double getPercentThrottle();public void setPercentThrottle(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1