AGI STK Astrogator 11 Send comments on this topic.
Thrust Property (IAgVAEngineConstant)
See Also 





Description

The thrust for this engine. Uses Force Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Thrust();
public: __property void set_Thrust(
double
);

[Unmanaged C++]
public: HRESULT get_Thrust(
double * pRetVal
);
public: HRESULT put_Thrust(
double NewThrust
);

[Java]
public double getThrust();public void setThrust(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1