Translates the position and rate vectors from this system into the output system.
| [Visual Basic .NET] |
|---|
Public Function TransformWithRate( _ ByVal Epoch As System.Object, _ ByVal OutputSystem As IAgCrdnSystem, _ ByVal PositionInMySystem As IAgCartesian3Vector, _ ByVal VelocityInMySystem As IAgCartesian3Vector _ ) As IAgCrdnSystemTransformWithRateResult |
| [C#] |
|---|
public IAgCrdnSystemTransformWithRateResult TransformWithRate( |
| [Managed C++] |
|---|
public: IAgCrdnSystemTransformWithRateResult^ TransformWithRate( |
| [Java] |
|---|
public IAgCrdnSystemTransformWithRateResult transformWithRate( |
| [Unmanaged C++] |
|---|
public: HRESULT TransformWithRate( |
- 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
- Specify an output system.
- PositionInMySystem
- A position vector to be transformed from this system to the output system.
- VelocityInMySystem
- Specify a velocity vector to be transformed from this system to the output system.
