STK AviatorSend comments on this topic.
BaseDragIndex Property (IAgAvtrConfiguration)
See Also
Windows





Windows & Linux

Description

Gets or sets the base drag index of the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BaseDragIndex() As Double
[C#]
public double BaseDragIndex {get; set;}
[Managed C++]
public: __property double get_BaseDragIndex();
public: __property void set_BaseDragIndex( double );
[Unmanaged C++]
public: HRESULT get_BaseDragIndex(
    double * pRetVal
);
public: HRESULT put_BaseDragIndex(
    double newVal
);
[Java]
public double getBaseDragIndex();
public void setBaseDragIndex(
    double
);
[Python - STK API ]
@property
def BaseDragIndex(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.