Find an orientation in the specified axes.
[Visual Basic .NET] |
---|
Public Function FindInAxes( _ ByVal Epoch As System.Object, _ ByVal Axes As IAgCrdnAxes _ ) As IAgCrdnAxesFindInAxesResult |
[C#] |
---|
public IAgCrdnAxesFindInAxesResult FindInAxes( |
[Managed C++] |
---|
public: IAgCrdnAxesFindInAxesResult^ FindInAxes( |
[Java] |
---|
public IAgCrdnAxesFindInAxesResult findInAxes( |
[Unmanaged C++] |
---|
public: HRESULT FindInAxes( |
- 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.
Finds the axes' orientation in Earth's Fixed axes.
[C#] | ![]() | |
---|---|---|
|
Finds the axes' orientation in Earth's Fixed axes.
[Visual Basic .NET] | ![]() | |
---|---|---|
|