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





Windows & Linux

Description

The LLA position's latitude. Uses Latitude Dimension.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.