AGI STK Astrogator 11 Send comments on this topic.
LAN Property (IAgVAElementKeplerian)
See Also 





Description

The Earth-fixed longitude where the satellite has crossed the inertial equator (the intersection of the ground track and the inertial equator) from south to north based on an assumption of two-body motion. Uses Angle dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_LAN();
public: __property void set_LAN(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_LAN(
VARIANT * pRetVal
);
public: HRESULT put_LAN(
VARIANT NewLAN
);

[Java]
public Variant getLAN();public void setLAN(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1