Gets or sets the mean longitude; the sum of the Right Ascension of the Ascending Node, the Argument of Periapsis and the Mean Anomaly. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MeanLongitude() As System.Object |
[C#] |
---|
public System.Object MeanLongitude {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MeanLongitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_MeanLongitude( VARIANT * pVal ); public: HRESULT put_MeanLongitude( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMeanLongitude(); public void setMeanLongitude( AgVariant ); |