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





Windows & Linux

Description

Gets or sets the maximum total temperature limit of the missile.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TotalTempLimit() As Double
[C#]
public double TotalTempLimit {get; set;}
[Managed C++]
public: __property double get_TotalTempLimit();
public: __property void set_TotalTempLimit( double );
[Unmanaged C++]
public: HRESULT get_TotalTempLimit(
    double * pVal
);
public: HRESULT put_TotalTempLimit(
    double pVal
);
[Java]
public double getTotalTempLimit();
public void setTotalTempLimit(
    double
);
[Python - STK API ]
@property
def TotalTempLimit(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.