STK AviatorSend comments on this topic.
MachLimit Property (IAgAvtrMissile)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum allowable mach number.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MachLimit() As Double
[C#]
public double MachLimit {get; set;}
[Managed C++]
public: __property double get_MachLimit();
public: __property void set_MachLimit( double );
[Unmanaged C++]
public: HRESULT get_MachLimit(
    double * pVal
);
public: HRESULT put_MachLimit(
    double pVal
);
[Java]
public double getMachLimit();
public void setMachLimit(
    double
);
[Python - STK API ]
@property
def MachLimit(self) -> float:

@MachLimit.setter
def MachLimit(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.