AGI STK VGT 11 Send comments on this topic.
FindInAxesWithRate Method (IAgCrdnVector)
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.
Axes
Specify an axes.





Description

Computes the vector and its rate in the specified axes.

Syntax

[Visual Basic .NET]
Public Function FindInAxesWithRate( _
   ByVal Epoch As System.Object, _
   ByVal Axes As IAgCrdnAxes _
) As IAgCrdnVectorFindInAxesWithRateResult

[C#]
public IAgCrdnVectorFindInAxesWithRateResult FindInAxesWithRate(
System.Object Epoch,
IAgCrdnAxes Axes
);

[Managed C++]
public: IAgCrdnVectorFindInAxesWithRateResult^ FindInAxesWithRate(
VARIANT Epoch,
IAgCrdnAxes ^ Axes
);

[Java]
public IAgCrdnVectorFindInAxesWithRateResult findInAxesWithRate(
Variant Epoch,
IAgCrdnAxes Axes
);

[Unmanaged C++]
public: HRESULT FindInAxesWithRate(
VARIANT Epoch,
IAgCrdnAxes * Axes,
IAgCrdnVectorFindInAxesWithRateResult ** 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.
Axes
Specify an axes.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1