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( System.Object Epoch, IAgCrdnSystem System ); |
[Managed C++] |
---|
public: IAgCrdnSystemFindInSystemResult^ FindInSystem( VARIANT Epoch, IAgCrdnSystem ^ System ); |
[Unmanaged C++] |
---|
public: HRESULT FindInSystem( VARIANT Epoch, IAgCrdnSystem * System, IAgCrdnSystemFindInSystemResult ** ppRetVal ); |
[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.