Finds an angle and angle rate.
[Visual Basic .NET] |
---|
Public Function FindAngleWithRate( _ ByVal Epoch As System.Object _ ) As |
[C#] |
---|
public IAgCrdnAngleFindAngleWithRateResult FindAngleWithRate( System.Object Epoch ); |
[Managed C++] |
---|
public: IAgCrdnAngleFindAngleWithRateResult^ FindAngleWithRate( VARIANT Epoch ); |
[Java] |
---|
public IAgCrdnAngleFindAngleWithRateResult findAngleWithRate( VARIANT Epoch ); |
[Unmanaged C++] |
---|
public: HRESULT FindAngleWithRate( VARIANT Epoch, IAgCrdnAngleFindAngleWithRateResult ** ppRetVal ); |
- Epoch
Computes an angle and the rate of change at a given condition.
[C#] | ||
---|---|---|
|
Computes an angle and the rate of change at a given condition.
[Visual Basic .NET] | ||
---|---|---|
|