AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_EphemSource(
   AgEEphemSourceType NewEphemSource
);
[Java]
public AgEEphemSourceType getEphemSource();public void setEphemSource(
   AgEEphemSourceType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.