Find an angular velocity and orientation in the specified axes.
| [Visual Basic .NET] |
|---|
Public Function FindInAxesWithRate( _ ByVal Epoch As System.Object, _ ByVal Axes As IAgCrdnAxes _ ) As IAgCrdnAxesFindInAxesWithRateResult |
| [C#] |
|---|
public IAgCrdnAxesFindInAxesWithRateResult FindInAxesWithRate( |
| [Managed C++] |
|---|
public: IAgCrdnAxesFindInAxesWithRateResult^ FindInAxesWithRate( |
| [Java] |
|---|
public IAgCrdnAxesFindInAxesWithRateResult findInAxesWithRate( |
| [Unmanaged C++] |
|---|
public: HRESULT FindInAxesWithRate( |
- 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.
