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





Windows & Linux

Description

Gets or sets the volume of the fuel tank. Uses SmallVolume Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TankVolume() As Double
[C#]
public double TankVolume {get; set;}
[Managed C++]
public: __property double get_TankVolume();
public: __property void set_TankVolume( double );
[Unmanaged C++]
public: HRESULT get_TankVolume(
    double * pVal
);
public: HRESULT put_TankVolume(
    double newVal
);
[Java]
public double getTankVolume();
public void setTankVolume(
    double
);
[Python - STK API ]
@property
def TankVolume(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.