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