STK AviatorSend comments on this topic.
DesignPointAltitude Property (IAgAvtrAdvFixedWingEmpiricalJetEngine)
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 DesignPointAltitude() As Double
[C#]
public double DesignPointAltitude {get; set;}
[Managed C++]
public: __property double get_DesignPointAltitude();
public: __property void set_DesignPointAltitude( double );
[Unmanaged C++]
public: HRESULT get_DesignPointAltitude(
    double * pVal
);
public: HRESULT put_DesignPointAltitude(
    double newVal
);
[Java]
public double getDesignPointAltitude();
public void setDesignPointAltitude(
    double
);
[Python - STK API ]
@property
def DesignPointAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.