AGI STK Astrogator 11 Send comments on this topic.
Latitude Property (IAgVAElementGeodetic)
See Also 





Description

Measured in degrees from -90.0 deg to +90.0 deg. The geodetic latitude of a point is the angle between the normal to the reference ellipsoid and the equatorial plane. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Latitude() As System.Object

[C#]
public System.Object Latitude {get; set;}

[Managed C++]
public: __property VARIANT get_Latitude();
public: __property void set_Latitude(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Latitude(
VARIANT * pRetVal
);
public: HRESULT put_Latitude(
VARIANT NewLatitude
);

[Java]
public Variant getLatitude();public void setLatitude(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1