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





