Finds an angle at the specified epoch.
[Visual Basic .NET] |
---|
Public Function FindAngle( _
ByVal Epoch As System.Object _
) As IAgCrdnAngleFindAngleResult
|
[C#] |
---|
public IAgCrdnAngleFindAngleResult FindAngle(
|
[Managed C++] |
---|
public: IAgCrdnAngleFindAngleResult^ FindAngle(
|
[Java] |
---|
public IAgCrdnAngleFindAngleResult findAngle(
|
[Unmanaged C++] |
---|
public: HRESULT FindAngle(
|
- 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#] | Copy Code | |
---|---|---|
|
Computes an angle at
a given condition.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|