STK ObjectsSend comments on this topic.
LongitudeRate Property (IAgOrbitStateGeodetic)
See Also
Windows





Windows & Linux

Description

The rate of change in longitude. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LongitudeRate() As Double
[C#]
public double LongitudeRate {get; set;}
[Managed C++]
public: __property double get_LongitudeRate();
public: __property void set_LongitudeRate( double );
[Unmanaged C++]
public: HRESULT get_LongitudeRate(
    double * pVal
);
public: HRESULT put_LongitudeRate(
    double vLongitudeRate
);
[Java]
public double getLongitudeRate();
public void setLongitudeRate(
    double
);
[Python - STK API ]
@property
def LongitudeRate(self) -> float:

@LongitudeRate.setter
def LongitudeRate(self, vLongitudeRate:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.