Translates the position and rate vectors from this system into the output system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnSystemTransformWithRateResult TransformWithRate( System.Object Epoch, IAgCrdnSystem OutputSystem, IAgCartesian3Vector PositionInMySystem, IAgCartesian3Vector VelocityInMySystem ); |
| [Managed C++] |
|---|
public: IAgCrdnSystemTransformWithRateResult^ TransformWithRate( VARIANT Epoch, IAgCrdnSystem ^ OutputSystem, IAgCartesian3Vector ^ PositionInMySystem, IAgCartesian3Vector ^ VelocityInMySystem ); |
| [Java] |
|---|
public IAgCrdnSystemTransformWithRateResult transformWithRate( VARIANT Epoch, IAgCrdnSystem OutputSystem, IAgCartesian3Vector PositionInMySystem, IAgCartesian3Vector VelocityInMySystem ); |
| [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.
- OutputSystem
- PositionInMySystem
- VelocityInMySystem





