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





Windows & Linux

Description

The central body of the satellite.

Property type

Read-write property

Syntax

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

@CentralBodyName.setter
def CentralBodyName(self, Name:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.