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 ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnSystemFindInSystemResult findInSystem( AgVariant Epoch, IAgCrdnSystem System ); |
| [Python - STK API] |
|---|
def FindInSystem(self, Epoch:typing.Any, System:"IAgCrdnSystem") -> "IAgCrdnSystemFindInSystemResult": |
- Epoch
- Specify an epoch.
- System
- Specify a system that will be used to compute the results.





