STK AviatorSend comments on this topic.
DesignMach Property (IAgAvtrAdvFixedWingTurbofanBasicABProp)
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 DesignMach() As Double
[C#]
public double DesignMach {get; set;}
[Managed C++]
public: __property double get_DesignMach();
public: __property void set_DesignMach( double );
[Unmanaged C++]
public: HRESULT get_DesignMach(
    double * pVal
);
public: HRESULT put_DesignMach(
    double newVal
);
[Java]
public double getDesignMach();
public void setDesignMach(
    double
);
[Python - STK API ]
@property
def DesignMach(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.