AGI STK VGT 11 Send comments on this topic.
FindInSystem Method (IAgCrdnSystem)
See Also 
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.





Description

Find position, velocity, rate and orientation using the specified system.

Syntax

[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
);

[Java]
public IAgCrdnSystemFindInSystemResult findInSystem(
Variant Epoch,
IAgCrdnSystem System
);

[Unmanaged C++]
public: HRESULT FindInSystem(
VARIANT Epoch,
IAgCrdnSystem * System,
IAgCrdnSystemFindInSystemResult ** ReturnValue
);

Parameters

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.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1