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.
Read-only property
[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(
|
[Java] |
---|
public String getCentralBody();
|