Finds the angle value, the angle rate and
three vectors that define the angle in a specified input
axes.
[Visual Basic .NET] |
---|
Public Function FindCoordinatesWithRate( _
ByVal Epoch As System.Object, _
ByVal Axes As IAgCrdnAxes _
) As IAgCrdnAngleFindWithRateResult
|
[C#] |
---|
public IAgCrdnAngleFindWithRateResult FindCoordinatesWithRate(
|
[Managed C++] |
---|
public: IAgCrdnAngleFindWithRateResult^ FindCoordinatesWithRate(
|
[Java] |
---|
public IAgCrdnAngleFindWithRateResult findCoordinatesWithRate(
|
[Unmanaged C++] |
---|
public: HRESULT FindCoordinatesWithRate(
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
- Axes
- Specify an input axes.