STK AviatorSend comments on this topic.
DesignAltitude Property (IAgAvtrMissileTurbojetProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the altitude design point of the engine.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DesignAltitude() As Double
[C#]
public double DesignAltitude {get; set;}
[Managed C++]
public: __property double get_DesignAltitude();
public: __property void set_DesignAltitude( double );
[Unmanaged C++]
public: HRESULT get_DesignAltitude(
    double * pVal
);
public: HRESULT put_DesignAltitude(
    double newVal
);
[Java]
public double getDesignAltitude();
public void setDesignAltitude(
    double
);
[Python - STK API ]
@property
def DesignAltitude(self) -> float:

@DesignAltitude.setter
def DesignAltitude(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.