STK AviatorSend comments on this topic.
ClMax Property (IAgAvtrMissileSimpleAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the max coefficient of lift.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClMax() As Double
[C#]
public double ClMax {get; set;}
[Managed C++]
public: __property double get_ClMax();
public: __property void set_ClMax( double );
[Unmanaged C++]
public: HRESULT get_ClMax(
    double * pVal
);
public: HRESULT put_ClMax(
    double newVal
);
[Java]
public double getClMax();
public void setClMax(
    double
);
[Python - STK API ]
@property
def ClMax(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.