AGI STK Astrogator 11 Send comments on this topic.
TankTemperature Property (IAgVAState)
See Also 





Description

The temperature of the fuel tank. Uses Temperature Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_TankTemperature();
public: __property void set_TankTemperature(
double
);

[Unmanaged C++]
public: HRESULT get_TankTemperature(
double * pRetVal
);
public: HRESULT put_TankTemperature(
double NewTankTemperature
);

[Java]
public double getTankTemperature();public void setTankTemperature(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1