Find position, velocity, rate and orientation using the specified system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnSystemFindInSystemResult FindInSystem( System.Object Epoch, IAgCrdnSystem System ); |
| [Managed C++] |
|---|
public: IAgCrdnSystemFindInSystemResult^ FindInSystem( VARIANT Epoch, IAgCrdnSystem ^ System ); |
| [Java] |
|---|
public IAgCrdnSystemFindInSystemResult findInSystem( VARIANT Epoch, IAgCrdnSystem System ); |
| [Unmanaged C++] |
|---|
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
- System
- Specify an input system.





