Computes the position, X and Y axes and their rates of change in the specified coordinate system.
| [Visual Basic .NET] |
|---|
Public Function FindInSystemWithRate( _ ByVal Epoch As System.Object, _ ByVal System As IAgCrdnSystem _ ) As IAgCrdnPlaneFindInSystemWithRateResult |
| [C#] |
|---|
public IAgCrdnPlaneFindInSystemWithRateResult FindInSystemWithRate( |
| [Managed C++] |
|---|
public: IAgCrdnPlaneFindInSystemWithRateResult^ FindInSystemWithRate( |
| [Java] |
|---|
public IAgCrdnPlaneFindInSystemWithRateResult findInSystemWithRate( |
| [Unmanaged C++] |
|---|
public: HRESULT FindInSystemWithRate( |
- 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.
