Computes the plane's axes vectors and their
rates in a specified reference axes.
[Visual Basic .NET] |
---|
Public Function FindInAxesWithRate( _
ByVal Epoch As System.Object, _
ByVal Axes As IAgCrdnAxes _
) As IAgCrdnPlaneFindInAxesWithRateResult
|
[C#] |
---|
public IAgCrdnPlaneFindInAxesWithRateResult FindInAxesWithRate(
|
[Managed C++] |
---|
public: IAgCrdnPlaneFindInAxesWithRateResult^ FindInAxesWithRate(
|
[Java] |
---|
public IAgCrdnPlaneFindInAxesWithRateResult findInAxesWithRate(
|
[Unmanaged C++] |
---|
public: HRESULT FindInAxesWithRate(
|
- 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 a reference axes.