AGI STK VGT 11 Send comments on this topic.
TransformWithRate Method (IAgCrdnSystem)
See Also 
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.





Description

Translates the position and rate vectors from this system into the output system.

Syntax

[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(
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 ** ReturnValue
);

Parameters

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.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1