Computes the position, X and Y axes and their rates of change in the specified coordinate system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPlaneFindInSystemWithRateResult FindInSystemWithRate( System.Object Epoch, IAgCrdnSystem System ); |
| [Managed C++] |
|---|
public: IAgCrdnPlaneFindInSystemWithRateResult^ FindInSystemWithRate( VARIANT Epoch, IAgCrdnSystem ^ System ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPlaneFindInSystemWithRateResult findInSystemWithRate( AgVariant Epoch, IAgCrdnSystem System ); |
| [Python - STK API] |
|---|
def FindInSystemWithRate(self, Epoch:typing.Any, System:"IAgCrdnSystem") -> "IAgCrdnPlaneFindInSystemWithRateResult": |
- 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.





