AGI STK Astrogator 11 Send comments on this topic.
Longitude Property (IAgVADisplaySystemGeodetic)
See Also 





Description

The longitude of the launch location. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_Longitude();
public: __property void set_Longitude(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Longitude(
VARIANT * pRetVal
);
public: HRESULT put_Longitude(
VARIANT NewLongitude
);

[Java]
public Variant getLongitude();public void setLongitude(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1