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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseTotalTempLimit() As Boolean
[C#]
public bool UseTotalTempLimit {get; set;}
[Managed C++]
public: __property bool get_UseTotalTempLimit();
public: __property void set_UseTotalTempLimit( bool );
[Unmanaged C++]
public: HRESULT get_UseTotalTempLimit(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseTotalTempLimit(
    VARIANT_BOOL pVal
);
[Java]
public bool getUseTotalTempLimit();
public void setUseTotalTempLimit(
    bool
);
[Python - STK API ]
@property
def UseTotalTempLimit(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.