Description
Gets the Central Body that the
Globe Overlay is displayed on. It will return null 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