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





Windows & Linux

Description

Opt whether to limit the speed of the missile so the specified mach number is not exceeded.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMachLimit() As Boolean
[C#]
public bool UseMachLimit {get; set;}
[Managed C++]
public: __property bool get_UseMachLimit();
public: __property void set_UseMachLimit( bool );
[Unmanaged C++]
public: HRESULT get_UseMachLimit(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMachLimit(
    VARIANT_BOOL pVal
);
[Java]
public bool getUseMachLimit();
public void setUseMachLimit(
    bool
);
[Python - STK API ]
@property
def UseMachLimit(self) -> bool:

@UseMachLimit.setter
def UseMachLimit(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.