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





Windows & Linux

Description

The ephemeris source for the selected central body. A member of the AgEEphemSourceType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EphemSource() As AgEEphemSourceType
[C#]
public AgEEphemSourceType EphemSource {get; set;}
[Managed C++]
public: __property AgEEphemSourceType get_EphemSource();
public: __property void set_EphemSource( AgEEphemSourceType );
[Unmanaged C++]
public: HRESULT get_EphemSource(
    AgEEphemSourceType * pVal
);
public: HRESULT put_EphemSource(
    AgEEphemSourceType pVal
);
[Java]
public AgEEphemSourceType getEphemSource();
public void setEphemSource(
    AgEEphemSourceType
);
[Python - STK API ]
@property
def EphemSource(self) -> "AgEEphemSourceType":

@EphemSource.setter
def EphemSource(self, pVal:"AgEEphemSourceType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.