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





