Description
Gets the central body that the globe overlay is displayed on. It will return if the globe overlay hasn't been added to a central body.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CentralBody() As String
|
| [C#] |
|---|
public string CentralBody {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CentralBody();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CentralBody(
BSTR * pRetVal
);
|
| [Java] |
|---|
public String getCentralBody();
|
| [Python - STK API] |
|---|
@property
def CentralBody(self) -> str:
|
See Also