Computes the vector and its rate in the specified axes.
| [Visual Basic .NET] | 
|---|
 | 
| [C#] | 
|---|
public IAgCrdnVectorFindInAxesWithRateResult FindInAxesWithRate( System.Object Epoch, IAgCrdnAxes Axes );  | 
| [Managed C++] | 
|---|
public: IAgCrdnVectorFindInAxesWithRateResult^ FindInAxesWithRate( VARIANT Epoch, IAgCrdnAxes ^ Axes );  | 
| [Unmanaged C++] | 
|---|
 | 
| [Java] | 
|---|
public IAgCrdnVectorFindInAxesWithRateResult findInAxesWithRate( AgVariant Epoch, IAgCrdnAxes Axes );  | 
[Python - STK API  ] | 
|---|
def FindInAxesWithRate(self, Epoch:typing.Any, Axes:"IAgCrdnAxes") -> "IAgCrdnVectorFindInAxesWithRateResult":  | 
- 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 axes.
 






