STK ObjectsSend comments on this topic.
Alt Property (IAgVeLaunchLLA)
See Also
Windows





Windows & Linux

Description

Geodetic launch altitude. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Alt() As Double
[C#]
public double Alt {get; set;}
[Managed C++]
public: __property double get_Alt();
public: __property void set_Alt( double );
[Unmanaged C++]
public: HRESULT get_Alt(
    double * pVal
);
public: HRESULT put_Alt(
    double Alt
);
[Java]
public double getAlt();
public void setAlt(
    double
);
[Python - STK API ]
@property
def Alt(self) -> float:

@Alt.setter
def Alt(self, Alt:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.