STK AstrogatorSend comments on this topic.
TankTemperature Property (IAgVAFuelTank)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_TankTemperature(
    double newVal
);
[Java]
public double getTankTemperature();
public void setTankTemperature(
    double
);
[Python - STK API ]
@property
def TankTemperature(self) -> float:

@TankTemperature.setter
def TankTemperature(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.