Finds an angle at the specified epoch.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAngleFindAngleResult FindAngle( System.Object Epoch ); |
| [Managed C++] |
|---|
public: IAgCrdnAngleFindAngleResult^ FindAngle( VARIANT Epoch ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnAngleFindAngleResult findAngle( AgVariant Epoch ); |
| [Python - STK API] |
|---|
def FindAngle(self, Epoch:typing.Any) -> "IAgCrdnAngleFindAngleResult": |
- 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 at a given condition.
| [C#] | ||
|---|---|---|
| ||
Computes an angle at a given condition.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





