Computes the vector in the specified axes.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVectorFindInAxesResult FindInAxes( System.Object Epoch, IAgCrdnAxes Axes ); |
| [Managed C++] |
|---|
public: IAgCrdnVectorFindInAxesResult^ FindInAxes( VARIANT Epoch, IAgCrdnAxes ^ Axes ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVectorFindInAxesResult findInAxes( AgVariant Epoch, IAgCrdnAxes Axes ); |
| [Python - STK API] |
|---|
def FindInAxes(self, Epoch:typing.Any, Axes:"IAgCrdnAxes") -> "IAgCrdnVectorFindInAxesResult": |
- 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#] | ||
|---|---|---|
| ||
Computes the vector in the Earth's Fixed axes.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





