Computes the plane's axes vectors and their rates in a specified reference axes.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPlaneFindInAxesWithRateResult FindInAxesWithRate( System.Object Epoch, IAgCrdnAxes Axes ); |
| [Managed C++] |
|---|
public: IAgCrdnPlaneFindInAxesWithRateResult^ FindInAxesWithRate( VARIANT Epoch, IAgCrdnAxes ^ Axes ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPlaneFindInAxesWithRateResult findInAxesWithRate( AgVariant Epoch, IAgCrdnAxes Axes ); |
| [Python - STK API] |
|---|
def FindInAxesWithRate(self, Epoch:typing.Any, Axes:"IAgCrdnAxes") -> "IAgCrdnPlaneFindInAxesWithRateResult": |
- 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 reference axes.





