STK ObjectsSend comments on this topic.
CentralBodyName Property (IAgStkObject)
See Also
Windows





Windows & Linux

Description

The object's central body.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CentralBodyName() As String
[C#]
public string CentralBodyName {get;}
[Managed C++]
public: __property String __gc ^ get_CentralBodyName();
[Unmanaged C++]
public: HRESULT get_CentralBodyName(
    BSTR * pRetVal
);
[Java]
public String getCentralBodyName();
[Python - STK API ]
@property
def CentralBodyName(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.