Finds an angle at the specified epoch.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAngleFindAngleResult FindAngle( System.Object Epoch ); |
| [Managed C++] |
|---|
public: IAgCrdnAngleFindAngleResult^ FindAngle( VARIANT Epoch ); |
| [Java] |
|---|
public IAgCrdnAngleFindAngleResult findAngle( VARIANT Epoch ); |
| [Unmanaged C++] |
|---|
|
- 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] | ||
|---|---|---|
| ||





