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 ); |
| [Java] |
|---|
public IAgCrdnAxesFindInAxesWithRateResult findInAxesWithRate( VARIANT Epoch, IAgCrdnAxes Axes ); |
| [Unmanaged C++] |
|---|
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
- Axes
- Specify an input axes.





