Find position, velocity, rate and orientation using the specified system.
| [Visual Basic .NET] |
|---|
Public Function FindInSystem( _ ByVal Epoch As System.Object, _ ByVal System As IAgCrdnSystem _ ) As IAgCrdnSystemFindInSystemResult |
| [C#] |
|---|
public IAgCrdnSystemFindInSystemResult FindInSystem( |
| [Managed C++] |
|---|
public: IAgCrdnSystemFindInSystemResult^ FindInSystem( |
| [Java] |
|---|
public IAgCrdnSystemFindInSystemResult findInSystem( |
| [Unmanaged C++] |
|---|
public: HRESULT FindInSystem( |
- 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.
