AGI STK Objects 11 Send comments on this topic.
EphemSource Property (IAgPlPosCentralBody)
See Also 





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 * pRetVal
);
public: HRESULT put_EphemSource(
AgEEphemSourceType NewEphemSource
);

[Java]
public AgEEphemSourceType getEphemSource();public void setEphemSource(
AgEEphemSourceType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1