STK AviatorSend comments on this topic.
Mach_3 Property (IAgAvtrMissileFourPointAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the Mach for the third design point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Mach_3() As Double
[C#]
public double Mach_3 {get; set;}
[Managed C++]
public: __property double get_Mach_3();
public: __property void set_Mach_3( double );
[Unmanaged C++]
public: HRESULT get_Mach_3(
    double * pVal
);
public: HRESULT put_Mach_3(
    double newVal
);
[Java]
public double getMach_3();
public void setMach_3(
    double
);
[Python - STK API ]
@property
def Mach_3(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.