The thrust axes.
Read-write property
[Visual Basic .NET] |
---|
Public Property ThrustAxesName() As String |
[C#] |
---|
public string ThrustAxesName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ThrustAxesName(); |
[Unmanaged C++] |
---|
public: HRESULT get_ThrustAxesName( BSTR * pVal ); public: HRESULT put_ThrustAxesName( BSTR newVal ); |
[Java] |
---|
public String getThrustAxesName(); public void setThrustAxesName( String ); |
[Python - STK API] |
---|
@property def ThrustAxesName(self) -> str: @ThrustAxesName.setter def ThrustAxesName(self, newVal:str) -> None: |