STK AviatorSend comments on this topic.
CD_4 Property (IAgAvtrAdvFixedWingFourPointAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the drag coefficient for the fourth design point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CD_4() As Double
[C#]
public double CD_4 {get; set;}
[Managed C++]
public: __property double get_CD_4();
public: __property void set_CD_4( double );
[Unmanaged C++]
public: HRESULT get_CD_4(
    double * pVal
);
public: HRESULT put_CD_4(
    double newVal
);
[Java]
public double getCD_4();
public void setCD_4(
    double
);
[Python - STK API ]
@property
def CD_4(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.