STK AviatorSend comments on this topic.
CL_1 Property (IAgAvtrFourPointAero)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CL_1() As Double
[C#]
public double CL_1 {get; set;}
[Managed C++]
public: __property double get_CL_1();
public: __property void set_CL_1( double );
[Unmanaged C++]
public: HRESULT get_CL_1(
    double * pVal
);
public: HRESULT put_CL_1(
    double newVal
);
[Java]
public double getCL_1();
public void setCL_1(
    double
);
[Python - STK API ]
@property
def CL_1(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.