STK ObjectsSend comments on this topic.
Altitude Property (IAgVeTargetPointingElement)
See Also
Windows





Windows & Linux

Description

The LLA position's altitude. Uses Distance Dimension.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Altitude() As Double
[C#]
public double Altitude {get;}
[Managed C++]
public: __property double get_Altitude();
[Unmanaged C++]
public: HRESULT get_Altitude(
    double * pVal
);
[Java]
public double getAltitude();
[Python - STK API ]
@property
def Altitude(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.