Finds an angle and angle rate.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAngleFindAngleWithRateResult FindAngleWithRate( System.Object Epoch ); |
| [Managed C++] |
|---|
public: IAgCrdnAngleFindAngleWithRateResult^ FindAngleWithRate( VARIANT Epoch ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnAngleFindAngleWithRateResult findAngleWithRate( AgVariant Epoch ); |
| [Python - STK API] |
|---|
def FindAngleWithRate(self, Epoch:typing.Any) -> "IAgCrdnAngleFindAngleWithRateResult": |
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
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] | ||
|---|---|---|
| ||





