STK AviatorSend comments on this topic.
MinMach Property (IAgAvtrMissileAdvancedAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the minimum mach number of the missile.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinMach() As Double
[C#]
public double MinMach {get; set;}
[Managed C++]
public: __property double get_MinMach();
public: __property void set_MinMach( double );
[Unmanaged C++]
public: HRESULT get_MinMach(
    double * pVal
);
public: HRESULT put_MinMach(
    double newVal
);
[Java]
public double getMinMach();
public void setMinMach(
    double
);
[Python - STK API ]
@property
def MinMach(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.