Locates the point's position and velocity in a specified coordinate system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPointLocateInSystemWithRateResult LocateInSystemWithRate( System.Object Epoch, IAgCrdnSystem System ); |
| [Managed C++] |
|---|
public: IAgCrdnPointLocateInSystemWithRateResult^ LocateInSystemWithRate( VARIANT Epoch, IAgCrdnSystem ^ System ); |
| [Java] |
|---|
public IAgCrdnPointLocateInSystemWithRateResult locateInSystemWithRate( VARIANT Epoch, IAgCrdnSystem System ); |
| [Unmanaged C++] |
|---|
|
- 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 a coordinate system.





