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





Windows & Linux

Description

Gets or sets the Mach for the first design point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Mach_1() As Double
[C#]
public double Mach_1 {get; set;}
[Managed C++]
public: __property double get_Mach_1();
public: __property void set_Mach_1( double );
[Unmanaged C++]
public: HRESULT get_Mach_1(
    double * pVal
);
public: HRESULT put_Mach_1(
    double newVal
);
[Java]
public double getMach_1();
public void setMach_1(
    double
);
[Python - STK API ]
@property
def Mach_1(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.