STK ObjectsSend comments on this topic.
CentralBody Property (IAgPlPosCentralBody)
See Also
Windows





Windows & Linux

Description

The central body used in defining the planet object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CentralBody() As String
[C#]
public string CentralBody {get; set;}
[Managed C++]
public: __property String __gc ^ get_CentralBody();
public: __property void set_CentralBody( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_CentralBody(
    BSTR * pVal
);
public: HRESULT put_CentralBody(
    BSTR pVal
);
[Java]
public String getCentralBody();
public void setCentralBody(
    String
);
[Python - STK API ]
@property
def CentralBody(self) -> str:

@CentralBody.setter
def CentralBody(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.