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





Windows & Linux

Description

Gets or sets the Mach for the second design point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Mach_2() As Double
[C#]
public double Mach_2 {get; set;}
[Managed C++]
public: __property double get_Mach_2();
public: __property void set_Mach_2( double );
[Unmanaged C++]
public: HRESULT get_Mach_2(
    double * pVal
);
public: HRESULT put_Mach_2(
    double newVal
);
[Java]
public double getMach_2();
public void setMach_2(
    double
);
[Python - STK API ]
@property
def Mach_2(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.