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





Windows & Linux

Description

Gets or sets the maximum allowable Equivalent Airspeed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EASLimit() As Double
[C#]
public double EASLimit {get; set;}
[Managed C++]
public: __property double get_EASLimit();
public: __property void set_EASLimit( double );
[Unmanaged C++]
public: HRESULT get_EASLimit(
    double * pVal
);
public: HRESULT put_EASLimit(
    double pVal
);
[Java]
public double getEASLimit();
public void setEASLimit(
    double
);
[Python - STK API ]
@property
def EASLimit(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.