STK AviatorSend comments on this topic.
DragIndex Property (IAgAvtrFuelTankExternal)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.