Description
The drag index of the fuel tank.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DragIndex() As Double
|
| [C#] |
|---|
public double DragIndex {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_DragIndex(); public: __property void set_DragIndex(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DragIndex(
double * pVal
);
public: HRESULT put_DragIndex(
double newVal
);
|
| [Java] |
|---|
public double getDragIndex();
public void setDragIndex(
double
);
|
| [Python - STK API] |
|---|
@property
def DragIndex(self) -> float:
@DragIndex.setter
def DragIndex(self, newVal:float) -> None:
|
See Also