STK AviatorSend comments on this topic.
Cd0 Property (IAgAvtrAdvFixedWingSubsonicAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the parasitic drag coefficient of the aircraft when flying at a speed less than the Mach Divergence.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Cd0() As Double
[C#]
public double Cd0 {get; set;}
[Managed C++]
public: __property double get_Cd0();
public: __property void set_Cd0( double );
[Unmanaged C++]
public: HRESULT get_Cd0(
    double * pVal
);
public: HRESULT put_Cd0(
    double newVal
);
[Java]
public double getCd0();
public void setCd0(
    double
);
[Python - STK API ]
@property
def Cd0(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.