Description
The secondary body following CR3BP model definitions.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SecondaryName() As String
|
| [C#] |
|---|
public string SecondaryName {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_SecondaryName(); public: __property void set_SecondaryName(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SecondaryName(
BSTR * pVal
);
public: HRESULT put_SecondaryName(
BSTR InVal
);
|
| [Java] |
|---|
public String getSecondaryName();
public void setSecondaryName(
String
);
|
| [Python - STK API] |
|---|
@property
def SecondaryName(self) -> str:
@SecondaryName.setter
def SecondaryName(self, InVal:str) -> None:
|
See Also