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





Windows & Linux

Description

Gets or sets the lift coefficient for the third design point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CL_3() As Double
[C#]
public double CL_3 {get; set;}
[Managed C++]
public: __property double get_CL_3();
public: __property void set_CL_3( double );
[Unmanaged C++]
public: HRESULT get_CL_3(
    double * pVal
);
public: HRESULT put_CL_3(
    double newVal
);
[Java]
public double getCL_3();
public void setCL_3(
    double
);
[Python - STK API ]
@property
def CL_3(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.