Finds the angle value, the angle rate and three vectors that define the angle in a specified input axes.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAngleFindWithRateResult FindCoordinatesWithRate( System.Object Epoch, IAgCrdnAxes Axes ); |
| [Managed C++] |
|---|
public: IAgCrdnAngleFindWithRateResult^ FindCoordinatesWithRate( VARIANT Epoch, IAgCrdnAxes ^ Axes ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnAngleFindWithRateResult findCoordinatesWithRate( AgVariant Epoch, IAgCrdnAxes Axes ); |
| [Python - STK API] |
|---|
def FindCoordinatesWithRate(self, Epoch:typing.Any, Axes:"IAgCrdnAxes") -> "IAgCrdnAngleFindWithRateResult": |
- 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.





