STK AviatorSend comments on this topic.
DesignPointMachNumber Property (IAgAvtrAdvFixedWingEmpiricalJetEngine)
See Also
Windows





Windows & Linux

Description

Gets or sets the mach number design point of the engine.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DesignPointMachNumber() As Double
[C#]
public double DesignPointMachNumber {get; set;}
[Managed C++]
public: __property double get_DesignPointMachNumber();
public: __property void set_DesignPointMachNumber( double );
[Unmanaged C++]
public: HRESULT get_DesignPointMachNumber(
    double * pVal
);
public: HRESULT put_DesignPointMachNumber(
    double newVal
);
[Java]
public double getDesignPointMachNumber();
public void setDesignPointMachNumber(
    double
);
[Python - STK API ]
@property
def DesignPointMachNumber(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.