Description
The object that computes the power input to the engine.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property InputPowerSourceName() As String
|
| [C#] |
|---|
public string InputPowerSourceName {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_InputPowerSourceName(); public: __property void set_InputPowerSourceName(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InputPowerSourceName(
BSTR * pPowerSource
);
public: HRESULT put_InputPowerSourceName(
BSTR PowerSource
);
|
| [Java] |
|---|
public String getInputPowerSourceName();
public void setInputPowerSourceName(
String
);
|
| [Python - STK API] |
|---|
@property
def InputPowerSourceName(self) -> str:
@InputPowerSourceName.setter
def InputPowerSourceName(self, PowerSource:str) -> None:
|
See Also