Find an angular velocity and orientation in the specified axes.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAxesFindInAxesWithRateResult FindInAxesWithRate( System.Object Epoch, IAgCrdnAxes Axes ); |
| [Managed C++] |
|---|
public: IAgCrdnAxesFindInAxesWithRateResult^ FindInAxesWithRate( VARIANT Epoch, IAgCrdnAxes ^ Axes ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnAxesFindInAxesWithRateResult findInAxesWithRate( AgVariant Epoch, IAgCrdnAxes Axes ); |
| [Python - STK API] |
|---|
def FindInAxesWithRate(self, Epoch:typing.Any, Axes:"IAgCrdnAxes") -> "IAgCrdnAxesFindInAxesWithRateResult": |
- Epoch
- Specify an epoch.
- Axes
- Specify an input axes.





