Description
The thrust axes.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ThrustAxesName() As String
|
| [C#] |
|---|
public string ThrustAxesName {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ThrustAxesName(); public: __property void set_ThrustAxesName( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ThrustAxesName( BSTR * pRetVal ); public: HRESULT put_ThrustAxesName( BSTR NewThrustAxesName );
|
| [Java] |
|---|
public String getThrustAxesName();public void setThrustAxesName( String );
|
See Also