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 |
[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++] |
---|
public: HRESULT TransformWithRate( VARIANT Epoch, IAgCrdnSystem * OutputSystem, IAgCartesian3Vector * PositionInMySystem, IAgCartesian3Vector * VelocityInMySystem, IAgCrdnSystemTransformWithRateResult ** ppRetVal ); |
- 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