IAgODProvideTrackingDataLib 13Send comments on this topic.
EphCentralBody Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

Used for ephemeris measurement processing. Character string identifying the name of the central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EphCentralBody() As String
[C#]
public string EphCentralBody {get; set;}
[Managed C++]
public: __property String __gc ^ get_EphCentralBody();
public: __property void set_EphCentralBody( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_EphCentralBody(
    BSTR * pVal
);
public: HRESULT put_EphCentralBody(
    BSTR newVal
);
[Java]
public String getEphCentralBody();
public void setEphCentralBody(
    String
);
[Python - STK API ]
@property
def EphCentralBody(self) -> str:

@EphCentralBody.setter
def EphCentralBody(self, newVal:str) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.