STK ObjectsSend comments on this topic.
Launch Property (IAgVeLvInitialState)
See Also
Windows





Windows & Linux

Description

Get the geocentric or geodetic launch position coordinates.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.