Gets or sets the selected third body model.
Read-write property
[Visual Basic .NET] |
---|
Public Property ThirdBodyName() As String |
[C#] |
---|
public string ThirdBodyName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ThirdBodyName(); |
[Unmanaged C++] |
---|
public: HRESULT get_ThirdBodyName( BSTR * pVal ); public: HRESULT put_ThirdBodyName( BSTR InVal ); |
[Java] |
---|
public String getThirdBodyName(); public void setThirdBodyName( String ); |