STK ObjectsSend comments on this topic.
Ephemeris Property (IAgMtoVODropLines)
See Also
Windows





Windows & Linux

Description

Get a list of droplines at intervals along the MTO's ephemeris.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Ephemeris() As IAgVeVODropLinePathItemCollection
[C#]
public IAgVeVODropLinePathItemCollection Ephemeris {get;}
[Managed C++]
public: __property IAgVeVODropLinePathItemCollection ^ get_Ephemeris();
[Unmanaged C++]
public: HRESULT get_Ephemeris(
    IAgVeVODropLinePathItemCollection ** ppVal
);
[Java]
public IAgVeVODropLinePathItemCollection getEphemeris();
[Python - STK API ]
@property
def Ephemeris(self) -> "IAgVeVODropLinePathItemCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.