Gets or sets the secondary body which should be consistently defined with CR3BP model definitions.
Read-write property
[Visual Basic .NET] |
---|
Public Property SecondaryName() As String |
[C#] |
---|
public string SecondaryName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_SecondaryName(); |
[Unmanaged C++] |
---|
public: HRESULT get_SecondaryName( BSTR * pVal ); public: HRESULT put_SecondaryName( BSTR InVal ); |
[Java] |
---|
public String getSecondaryName(); public void setSecondaryName( String ); |