Computes the vector in the specified
axes.
| [Visual Basic .NET] |
|---|
Public Function FindInAxes( _
ByVal Epoch As System.Object, _
ByVal Axes As IAgCrdnAxes _
) As IAgCrdnVectorFindInAxesResult
|
| [C#] |
|---|
public IAgCrdnVectorFindInAxesResult FindInAxes(
|
| [Managed C++] |
|---|
public: IAgCrdnVectorFindInAxesResult^ FindInAxes(
|
| [Java] |
|---|
public IAgCrdnVectorFindInAxesResult 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 a desired axes.
Computes the vector
in the Earth's Fixed axes.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Computes the vector
in the Earth's Fixed axes.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||