Description
A file containing the engine performance data in the tabular format.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ThrottleTableFilename() As String
|
| [C#] |
|---|
public string ThrottleTableFilename {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ThrottleTableFilename(); public: __property void set_ThrottleTableFilename(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ThrottleTableFilename(
BSTR * pVal
);
public: HRESULT put_ThrottleTableFilename(
BSTR InVal
);
|
| [Java] |
|---|
public String getThrottleTableFilename();
public void setThrottleTableFilename(
String
);
|
| [Python - STK API] |
|---|
@property
def ThrottleTableFilename(self) -> str:
@ThrottleTableFilename.setter
def ThrottleTableFilename(self, InVal:str) -> None:
|
See Also